com.adventnet.adaptors.corba
Class MyNotificationListener

java.lang.Object
  extended by com.adventnet.adaptors.corba.MyNotificationListener
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationListener

 class MyNotificationListener
extends java.lang.Object
implements javax.management.NotificationListener


Field Summary
(package private)  com.adventnet.adaptors.corba.server.NotificationListener nl
           
 
Constructor Summary
MyNotificationListener(com.adventnet.adaptors.corba.server.NotificationListener nl)
           
 
Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 
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(javax.management.Notification notification,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener