Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.mx » server » [javadoc | source]
org.jboss.mx.server
public class: NotificationListenerProxy [javadoc | source]
java.lang.Object
   org.jboss.mx.server.NotificationListenerProxy

All Implemented Interfaces:
    NotificationListener

A notification listener used to forward notifications to listeners added through the mbean server.

The original source is replaced with the object name.

Constructor:
 public NotificationListenerProxy(ObjectName name,
    NotificationListener listener) 
    Create a new Notification Listener Proxy
    Parameters:
    name - the object name
    listener - the original listener
Method from org.jboss.mx.server.NotificationListenerProxy Summary:
handleNotification
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mx.server.NotificationListenerProxy Detail:
 public  void handleNotification(Notification notification,
    Object handback)