Uses of Interface
org.forgerock.opendj.server.config.server.HealthyEndpointCfg
-
Packages that use HealthyEndpointCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP. -
-
Uses of HealthyEndpointCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HealthyEndpointCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HealthyEndpointCfgClient,? extends HealthyEndpointCfg>
HealthyEndpointCfgClient. definition()
Get the configuration definition associated with this Healthy HTTP endpoint. -
Uses of HealthyEndpointCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HealthyEndpointCfg Modifier and Type Method Description HealthyEndpointCfg
HealthyEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends HealthyEndpointCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HealthyEndpointCfg Modifier and Type Method Description Class<HealthyEndpointCfg>
HealthyEndpointCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HealthyEndpointCfg Modifier and Type Method Description HealthyEndpointCfg
HealthyEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends HealthyEndpointCfg> impl)
-
Uses of HealthyEndpointCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HealthyEndpointCfg Modifier and Type Method Description Class<? extends HealthyEndpointCfg>
HealthyEndpointCfg. configurationClass()
Gets the configuration class associated with this Healthy HTTP endpoint.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HealthyEndpointCfg Modifier and Type Method Description void
HealthyEndpointCfg. addHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg> listener)
Register to be notified when this Healthy HTTP endpoint is changed.void
HealthyEndpointCfg. removeHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg> listener)
Deregister an existing Healthy HTTP endpoint configuration change listener. -
Uses of HealthyEndpointCfg in org.opends.server.protocols.http
Constructors in org.opends.server.protocols.http with parameters of type HealthyEndpointCfg Constructor Description HealthyEndpoint(HealthyEndpointCfg configuration, ServerContext serverContext)
Create a newHealthyEndpoint
with the given configuration.
-