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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends JmxConnectionHandlerCfgClient,? extends JmxConnectionHandlerCfg> |
JmxConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this JMX Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
JmxConnectionHandlerCfg |
JmxConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends JmxConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<JmxConnectionHandlerCfg> |
JmxConnectionHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
JmxConnectionHandlerCfg |
JmxConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends JmxConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JmxConnectionHandlerCfg> |
JmxConnectionHandlerCfg.configurationClass()
Gets the configuration class associated with this JMX Connection Handler.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
JmxConnectionHandler.applyConfigurationChange(JmxConnectionHandlerCfg config) |
void |
JmxConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
JmxConnectionHandlerCfg config) |
boolean |
JmxConnectionHandler.isConfigurationAcceptable(JmxConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
JmxConnectionHandler.isConfigurationChangeAcceptable(JmxConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.