Uses of Interface
org.forgerock.opendj.server.config.server.SnmpConnectionHandlerCfg
-
Packages that use SnmpConnectionHandlerCfg 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. -
-
Uses of SnmpConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SnmpConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SnmpConnectionHandlerCfgClient,? extends SnmpConnectionHandlerCfg>
SnmpConnectionHandlerCfgClient. definition()
Get the configuration definition associated with this SNMP Connection Handler. -
Uses of SnmpConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SnmpConnectionHandlerCfg Modifier and Type Method Description SnmpConnectionHandlerCfg
SnmpConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SnmpConnectionHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SnmpConnectionHandlerCfg Modifier and Type Method Description Class<SnmpConnectionHandlerCfg>
SnmpConnectionHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SnmpConnectionHandlerCfg Modifier and Type Method Description SnmpConnectionHandlerCfg
SnmpConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SnmpConnectionHandlerCfg> impl)
-
Uses of SnmpConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SnmpConnectionHandlerCfg Modifier and Type Method Description Class<? extends SnmpConnectionHandlerCfg>
SnmpConnectionHandlerCfg. configurationClass()
Gets the configuration class associated with this SNMP Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SnmpConnectionHandlerCfg Modifier and Type Method 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. -
Uses of SnmpConnectionHandlerCfg in org.opends.server.snmp
Methods in org.opends.server.snmp with parameters of type SnmpConnectionHandlerCfg Modifier and Type Method Description ConfigChangeResult
SNMPConnectionHandler. applyConfigurationChange(SnmpConnectionHandlerCfg configuration)
void
SNMPConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, SnmpConnectionHandlerCfg configuration)
boolean
SNMPConnectionHandler. isConfigurationChangeAcceptable(SnmpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-