|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--snmp.mbean.listener.MBeanListener
The MBeanListener objects will receive MBean related notifications. The listener subclass can either extends from this class and overrides the handleNotification method or extends from DefaultMBeanListener class that already diverted the different types of notifications to the appropriate methods.
| Constructor Summary | |
MBeanListener()
The default constructorr. |
|
| Method Summary | |
abstract void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback)
Receives MBean related notifications. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MBeanListener()
| Method Detail |
public abstract void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
handleNotification in interface javax.management.NotificationListenernotification - The received notification.handback - An opaque object which helps the listener
to associate information regarding the MBean
emitter.
|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||