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 class
DsTableEntry
The class is used for implementing the "DsTableEntry" group.class
DsTableEntryImpl
The class is used for implementing the "DsTableEntry" group implementation.Fields in org.opends.server.snmp declared as DsTableEntryMBean Modifier and Type Field Description protected DsTableEntryMBean
DsTableEntryMeta. node
Methods 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 void
TableDsTable. addEntry(DsTableEntryMBean entry)
Add a new entry to the table.void
TableDsTable. addEntry(DsTableEntryMBean entry, ObjectName name)
Add a new entry to the table.com.sun.management.snmp.agent.SnmpIndex
TableDsTable. buildSnmpIndex(DsTableEntryMBean entry)
Build index for "DsTableEntry".void
TableDsTable. removeEntry(DsTableEntryMBean entry)
Remove the specified entry from the table.protected void
DsTableEntryMeta. setInstance(DsTableEntryMBean var)
Allow to bind the metadata description to a specific object.
-