Uses of Interface
org.opends.server.snmp.DsIntEntryMBean
-
Packages that use DsIntEntryMBean 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 DsIntEntryMBean in org.opends.server.snmp
Classes in org.opends.server.snmp that implement DsIntEntryMBean Modifier and Type Class Description class
DsIntEntry
The class is used for implementing the "DsIntEntry" group.Fields in org.opends.server.snmp declared as DsIntEntryMBean Modifier and Type Field Description protected DsIntEntryMBean
DsIntEntryMeta. node
Methods in org.opends.server.snmp that return DsIntEntryMBean Modifier and Type Method Description DsIntEntryMBean[]
DsMIB. getDsIntTable()
Access the "DsIntTable" variable as a bean indexed property.DsIntEntryMBean[]
TableDsIntTable. getEntries()
Return the entries stored in the table.Methods in org.opends.server.snmp with parameters of type DsIntEntryMBean Modifier and Type Method Description void
TableDsIntTable. addEntry(DsIntEntryMBean entry)
Add a new entry to the table.void
TableDsIntTable. addEntry(DsIntEntryMBean entry, ObjectName name)
Add a new entry to the table.com.sun.management.snmp.agent.SnmpIndex
TableDsIntTable. buildSnmpIndex(DsIntEntryMBean entry)
Build index for "DsIntEntry".void
TableDsIntTable. removeEntry(DsIntEntryMBean entry)
Remove the specified entry from the table.protected void
DsIntEntryMeta. setInstance(DsIntEntryMBean var)
Allow to bind the metadata description to a specific object.
-