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 classDsApplIfOpsEntryThe class is used for implementing the "DsApplIfOpsEntry" group.classDsApplIfOpsEntryImplThe class is used for representing "DsApplIfOpsEntryImpl" implementation.Fields in org.opends.server.snmp declared as DsApplIfOpsEntryMBean Modifier and Type Field Description protected DsApplIfOpsEntryMBeanDsApplIfOpsEntryMeta. nodeMethods 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 voidTableDsApplIfOpsTable. addEntry(DsApplIfOpsEntryMBean entry)Add a new entry to the table.voidTableDsApplIfOpsTable. addEntry(DsApplIfOpsEntryMBean entry, ObjectName name)Add a new entry to the table.com.sun.management.snmp.agent.SnmpIndexTableDsApplIfOpsTable. buildSnmpIndex(DsApplIfOpsEntryMBean entry)Build index for "DsApplIfOpsEntry".voidTableDsApplIfOpsTable. removeEntry(DsApplIfOpsEntryMBean entry)Remove the specified entry from the table.protected voidDsApplIfOpsEntryMeta. setInstance(DsApplIfOpsEntryMBean var)Allow to bind the metadata description to a specific object.
-