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.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SnmpConnectionHandlerCfgClient,? extends SnmpConnectionHandlerCfg> |
SnmpConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this SNMP Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
SnmpConnectionHandlerCfg |
SnmpConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends SnmpConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<SnmpConnectionHandlerCfg> |
SnmpConnectionHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
SnmpConnectionHandlerCfg |
SnmpConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends SnmpConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SnmpConnectionHandlerCfg> |
SnmpConnectionHandlerCfg.configurationClass()
Gets the configuration class associated with this SNMP Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpConnectionHandlerCfg.addSnmpChangeListener(ConfigurationChangeListener<SnmpConnectionHandlerCfg> listener)
Register to be notified when this SNMP Connection Handler is changed.
|
void |
SnmpConnectionHandlerCfg.removeSnmpChangeListener(ConfigurationChangeListener<SnmpConnectionHandlerCfg> listener)
Deregister an existing SNMP Connection Handler configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SNMPConnectionHandler.applyConfigurationChange(SnmpConnectionHandlerCfg configuration) |
void |
SNMPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
SnmpConnectionHandlerCfg configuration) |
boolean |
SNMPConnectionHandler.isConfigurationChangeAcceptable(SnmpConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.