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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HealthyEndpointCfgClient,? extends HealthyEndpointCfg> |
HealthyEndpointCfgClient.definition()
Get the configuration definition associated with this Healthy HTTP endpoint.
|
Modifier and Type | Method and Description |
---|---|
HealthyEndpointCfg |
HealthyEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HealthyEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<HealthyEndpointCfg> |
HealthyEndpointCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
HealthyEndpointCfg |
HealthyEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HealthyEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends HealthyEndpointCfg> |
HealthyEndpointCfg.configurationClass()
Gets the configuration class associated with this Healthy HTTP endpoint.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
HealthyEndpoint(HealthyEndpointCfg configuration,
ServerContext serverContext)
Create a new
HealthyEndpoint with the given configuration. |
Copyright 2010-2022 ForgeRock AS.