Uses of Interface
org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
-
Packages that use JmxConnectionHandlerCfg 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.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX. -
-
Uses of JmxConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type JmxConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends JmxConnectionHandlerCfgClient,? extends JmxConnectionHandlerCfg>
JmxConnectionHandlerCfgClient. definition()
Get the configuration definition associated with this JMX Connection Handler. -
Uses of JmxConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return JmxConnectionHandlerCfg Modifier and Type Method Description JmxConnectionHandlerCfg
JmxConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends JmxConnectionHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type JmxConnectionHandlerCfg Modifier and Type Method Description Class<JmxConnectionHandlerCfg>
JmxConnectionHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type JmxConnectionHandlerCfg Modifier and Type Method Description JmxConnectionHandlerCfg
JmxConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends JmxConnectionHandlerCfg> impl)
-
Uses of JmxConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type JmxConnectionHandlerCfg Modifier and Type Method Description Class<? extends JmxConnectionHandlerCfg>
JmxConnectionHandlerCfg. configurationClass()
Gets the configuration class associated with this JMX Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type JmxConnectionHandlerCfg Modifier and Type Method Description void
JmxConnectionHandlerCfg. addJmxChangeListener(ConfigurationChangeListener<JmxConnectionHandlerCfg> listener)
Register to be notified when this JMX Connection Handler is changed.void
JmxConnectionHandlerCfg. removeJmxChangeListener(ConfigurationChangeListener<JmxConnectionHandlerCfg> listener)
Deregister an existing JMX Connection Handler configuration change listener. -
Uses of JmxConnectionHandlerCfg in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type JmxConnectionHandlerCfg Modifier and Type Method Description ConfigChangeResult
JmxConnectionHandler. applyConfigurationChange(JmxConnectionHandlerCfg config)
void
JmxConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, JmxConnectionHandlerCfg config)
boolean
JmxConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JmxConnectionHandler. isConfigurationChangeAcceptable(JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
-