Uses of Interface
org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
-
Packages that use CrestMetricsEndpointCfg 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 CrestMetricsEndpointCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CrestMetricsEndpointCfg Modifier and Type Method Description ManagedObjectDefinition<? extends CrestMetricsEndpointCfgClient,? extends CrestMetricsEndpointCfg>
CrestMetricsEndpointCfgClient. definition()
Get the configuration definition associated with this Common REST Metrics HTTP Endpoint. -
Uses of CrestMetricsEndpointCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CrestMetricsEndpointCfg Modifier and Type Method Description CrestMetricsEndpointCfg
CrestMetricsEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends CrestMetricsEndpointCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CrestMetricsEndpointCfg Modifier and Type Method Description Class<CrestMetricsEndpointCfg>
CrestMetricsEndpointCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CrestMetricsEndpointCfg Modifier and Type Method Description CrestMetricsEndpointCfg
CrestMetricsEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends CrestMetricsEndpointCfg> impl)
-
Uses of CrestMetricsEndpointCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type CrestMetricsEndpointCfg Modifier and Type Method Description Class<? extends CrestMetricsEndpointCfg>
CrestMetricsEndpointCfg. configurationClass()
Gets the configuration class associated with this Common REST Metrics HTTP Endpoint.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type CrestMetricsEndpointCfg Modifier and Type Method Description void
CrestMetricsEndpointCfg. addCrestMetricsEndpointChangeListener(ConfigurationChangeListener<CrestMetricsEndpointCfg> listener)
Register to be notified when this Common REST Metrics HTTP Endpoint is changed.void
CrestMetricsEndpointCfg. removeCrestMetricsEndpointChangeListener(ConfigurationChangeListener<CrestMetricsEndpointCfg> listener)
Deregister an existing Common REST Metrics HTTP Endpoint configuration change listener. -
Uses of CrestMetricsEndpointCfg in org.opends.server.protocols.http
Constructors in org.opends.server.protocols.http with parameters of type CrestMetricsEndpointCfg Constructor Description CrestMetricsEndpoint(CrestMetricsEndpointCfg configuration, ServerContext serverContext)
Create a newCrestMetricsEndpoint
.
-