Package org.opends.server.snmp
Class DsMIBImpl
- java.lang.Object
-
- org.opends.server.snmp.DsMIB
-
- org.opends.server.snmp.DsMIBImpl
-
- All Implemented Interfaces:
Serializable
,EventListener
,NotificationListener
,DsMIBMBean
public final class DsMIBImpl extends DsMIB implements NotificationListener
The class represents the "DsMIB" group implementation. The group is defined with the following oid: 1.3.6.1.2.1.66.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.opends.server.snmp.DsMIB
DsApplIfOpsTable, DsIntTable, DsTable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<DsEntry>
getEntries()
Returns the list of Created Entries.Set<ObjectName>
getEntriesObjectNames()
Returns the Set of ObjectName of all the created entries in all the Table.void
handleNotification(Notification notification, Object handback)
Callback called when an MBeansServer Notification is received.-
Methods inherited from class org.opends.server.snmp.DsMIB
accessDsApplIfOpsTable, accessDsIntTable, accessDsTable, getDsApplIfOpsTable, getDsIntTable, getDsTable
-
-
-
-
Method Detail
-
getEntriesObjectNames
public Set<ObjectName> getEntriesObjectNames()
Returns the Set of ObjectName of all the created entries in all the Table.- Returns:
- The Set of ObjectName
-
getEntries
public Set<DsEntry> getEntries()
Returns the list of Created Entries.- Returns:
- Set of created entries
-
handleNotification
public void handleNotification(Notification notification, Object handback)
Callback called when an MBeansServer Notification is received.- Specified by:
handleNotification
in interfaceNotificationListener
- Parameters:
notification
- receivedhandback
- The handback
-
-