public class DsMIBImpl extends DsMIB implements NotificationListener
DsApplIfOpsTable, DsIntTable, DsTable
Constructor and Description |
---|
DsMIBImpl(com.sun.management.snmp.agent.SnmpMib myMib,
MBeanServer server,
boolean registered)
Constructor for the "DsMIB" group.
|
Modifier and Type | Method and 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.
|
accessDsApplIfOpsTable, accessDsIntTable, accessDsTable, getDsApplIfOpsTable, getDsIntTable, getDsTable
public DsMIBImpl(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server, boolean registered)
myMib
- snmp mibserver
- where the MBeans are registeredregistered
- if the MBeans should be registered in serverpublic Set<ObjectName> getEntriesObjectNames()
public Set<DsEntry> getEntries()
public void handleNotification(Notification notification, Object handback)
handleNotification
in interface NotificationListener
notification
- receivedhandback
- The handbackCopyright © 2010–2017 ForgeRock AS. All rights reserved.