org.objectweb.jonas.management.j2eemanagement
Class ManagementListener

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

public class ManagementListener
extends java.lang.Object
implements ManagementListenerMBean, javax.management.NotificationListener

This MBean is created by the Management EJB in order to listen to notifications emitted by the MBeans on which the a listener was add by the MEJB's client.


Constructor Summary
ManagementListener(java.lang.String proxyName)
           
 
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

ManagementListener

public ManagementListener(java.lang.String proxyName)
Method Detail

handleNotification

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