Interface AliveEndpointCfg

  • All Superinterfaces:
    Configuration, HttpEndpointCfg

    public interface AliveEndpointCfg
    extends HttpEndpointCfg
    A server-side interface for querying Alive HTTP endpoint settings.

    The Alive HTTP endpoint provides a way to check whether the server is facing serious problems that need administrative actions to recover.

    • Method Detail

      • addAliveEndpointChangeListener

        void addAliveEndpointChangeListener​(ConfigurationChangeListener<AliveEndpointCfg> listener)
        Register to be notified when this Alive HTTP endpoint is changed.
        Parameters:
        listener - The Alive HTTP endpoint configuration change listener.
      • removeAliveEndpointChangeListener

        void removeAliveEndpointChangeListener​(ConfigurationChangeListener<AliveEndpointCfg> listener)
        Deregister an existing Alive HTTP endpoint configuration change listener.
        Parameters:
        listener - The Alive HTTP endpoint configuration change listener.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Alive HTTP endpoint implementation.

        Default value: org.opends.server.protocols.http.AliveEndpoint

        Specified by:
        getJavaClass in interface HttpEndpointCfg
        Returns:
        Returns the value of the "java-class" property.