Uses of Class
org.opends.server.snmp.DsTableMeta
-
Packages that use DsTableMeta 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 DsTableMeta in org.opends.server.snmp
Fields in org.opends.server.snmp declared as DsTableMeta Modifier and Type Field Description protected DsTableMetaDsMIBMeta. tableDsTableMethods in org.opends.server.snmp that return DsTableMeta Modifier and Type Method Description protected DsTableMetaDsMIBMeta. createDsTableMetaNode(String tableName, String groupName, com.sun.management.snmp.agent.SnmpMib mib, MBeanServer server)Factory method for "DsTable" table metadata class.
-