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