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 AliveEndpointCfgClient,? extends AliveEndpointCfg> |
AliveEndpointCfgClient.definition()
Get the configuration definition associated with this Alive HTTP endpoint.
|
Modifier and Type | Method and Description |
---|---|
AliveEndpointCfg |
AliveEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends AliveEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<AliveEndpointCfg> |
AliveEndpointCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
AliveEndpointCfg |
AliveEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends AliveEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends AliveEndpointCfg> |
AliveEndpointCfg.configurationClass()
Gets the configuration class associated with this Alive HTTP endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
AliveEndpointCfg.addAliveEndpointChangeListener(ConfigurationChangeListener<AliveEndpointCfg> listener)
Register to be notified when this Alive HTTP endpoint is changed.
|
void |
AliveEndpointCfg.removeAliveEndpointChangeListener(ConfigurationChangeListener<AliveEndpointCfg> listener)
Deregister an existing Alive HTTP endpoint configuration change listener.
|
Constructor and Description |
---|
AliveEndpoint(AliveEndpointCfg configuration,
ServerContext serverContext)
Create a new
AliveEndpoint with the given configuration. |
Copyright 2010-2022 ForgeRock AS.