com.adventnet.adaptors.corba
Class MyNotificationListener

java.lang.Object
  |
  +--com.adventnet.adaptors.corba.MyNotificationListener

class MyNotificationListener
extends java.lang.Object
implements NotificationListener


Field Summary
(package private)  com.adventnet.adaptors.corba.server.NotificationListener nl
           
 
Constructor Summary
(package private) MyNotificationListener(com.adventnet.adaptors.corba.server.NotificationListener nl)
           
 
Method Summary
 void handleNotification(Notification notification, java.lang.Object handback)
          Invoked when a JMX notification occurs.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nl

com.adventnet.adaptors.corba.server.NotificationListener nl
Constructor Detail

MyNotificationListener

MyNotificationListener(com.adventnet.adaptors.corba.server.NotificationListener nl)
Method Detail

handleNotification

public void handleNotification(Notification notification,
                               java.lang.Object handback)
Description copied from interface: NotificationListener
Invoked when a JMX notification occurs. The implementation of this method should return as soon as possible, to avoid blocking its notification broadcaster.
Specified by:
handleNotification in interface NotificationListener
Tags copied from interface: NotificationListener
Parameters:
notification - The notification.
handback - An opaque object which helps the listener to associate information regarding the MBean emitter. This object is passed to the MBean during the addListener call and resent, without modification, to the listener. The MBean object should not use or modify the object.