Uses of Interface
org.opends.server.snmp.DsMIBMBean
-
Packages that use DsMIBMBean Package Description 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 DsMIBMBean in org.opends.server.snmp
Classes in org.opends.server.snmp that implement DsMIBMBean Modifier and Type Class Description class
DsMIB
The class is used for implementing the "DsMIB" group.class
DsMIBImpl
The class represents the "DsMIB" group implementation.Fields in org.opends.server.snmp declared as DsMIBMBean Modifier and Type Field Description protected DsMIBMBean
DsMIBMeta. node
Methods in org.opends.server.snmp with parameters of type DsMIBMBean Modifier and Type Method Description protected void
DsMIBMeta. setInstance(DsMIBMBean var)
Allow to bind the metadata description to a specific object.
-