Uses of Interface
org.forgerock.opendj.server.config.server.AliveEndpointCfg
-
Packages that use AliveEndpointCfg 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 AliveEndpointCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AliveEndpointCfg Modifier and Type Method Description ManagedObjectDefinition<? extends AliveEndpointCfgClient,? extends AliveEndpointCfg>
AliveEndpointCfgClient. definition()
Get the configuration definition associated with this Alive HTTP endpoint. -
Uses of AliveEndpointCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AliveEndpointCfg Modifier and Type Method Description AliveEndpointCfg
AliveEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends AliveEndpointCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AliveEndpointCfg Modifier and Type Method Description Class<AliveEndpointCfg>
AliveEndpointCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AliveEndpointCfg Modifier and Type Method Description AliveEndpointCfg
AliveEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends AliveEndpointCfg> impl)
-
Uses of AliveEndpointCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AliveEndpointCfg Modifier and Type Method Description Class<? extends AliveEndpointCfg>
AliveEndpointCfg. configurationClass()
Gets the configuration class associated with this Alive HTTP endpoint.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type AliveEndpointCfg Modifier and Type Method 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. -
Uses of AliveEndpointCfg in org.opends.server.protocols.http
Constructors in org.opends.server.protocols.http with parameters of type AliveEndpointCfg Constructor Description AliveEndpoint(AliveEndpointCfg configuration, ServerContext serverContext)
Create a newAliveEndpoint
with the given configuration.
-