Uses of Interface
org.opends.server.snmp.DsTableEntryMBean
-
Packages that use DsTableEntryMBean 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 DsTableEntryMBean in org.opends.server.snmp
Classes in org.opends.server.snmp that implement DsTableEntryMBean Modifier and Type Class Description classDsTableEntryThe class is used for implementing the "DsTableEntry" group.classDsTableEntryImplThe class is used for implementing the "DsTableEntry" group implementation.Fields in org.opends.server.snmp declared as DsTableEntryMBean Modifier and Type Field Description protected DsTableEntryMBeanDsTableEntryMeta. nodeMethods in org.opends.server.snmp that return DsTableEntryMBean Modifier and Type Method Description DsTableEntryMBean[]DsMIB. getDsTable()Access the "DsTable" variable as a bean indexed property.DsTableEntryMBean[]TableDsTable. getEntries()Return the entries stored in the table.Methods in org.opends.server.snmp with parameters of type DsTableEntryMBean Modifier and Type Method Description voidTableDsTable. addEntry(DsTableEntryMBean entry)Add a new entry to the table.voidTableDsTable. addEntry(DsTableEntryMBean entry, ObjectName name)Add a new entry to the table.com.sun.management.snmp.agent.SnmpIndexTableDsTable. buildSnmpIndex(DsTableEntryMBean entry)Build index for "DsTableEntry".voidTableDsTable. removeEntry(DsTableEntryMBean entry)Remove the specified entry from the table.protected voidDsTableEntryMeta. setInstance(DsTableEntryMBean var)Allow to bind the metadata description to a specific object.
-