org.objectweb.jonas.management
Class JonasNotificationListener

java.lang.Object
  extended by org.objectweb.jonas.management.JonasNotificationListener
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationListener

public class JonasNotificationListener
extends java.lang.Object
implements javax.management.NotificationListener


Constructor Summary
JonasNotificationListener()
           
 
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
 

Constructor Detail

JonasNotificationListener

public JonasNotificationListener()
Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener