org.jboss.jmx.adaptor.rmi
Class NotificationListenerDelegate

java.lang.Object
  extended byorg.jboss.jmx.adaptor.rmi.NotificationListenerDelegate
All Implemented Interfaces:
EventListener, javax.management.NotificationListener

public class NotificationListenerDelegate
extends Object
implements javax.management.NotificationListener

A delegate that sits between the local MBeanServer and the remote client providing the RMINotificationListener.

Version:
$Revision: 1.1.2.3 $
Author:
Scott.Stark@jboss.org

Constructor Summary
NotificationListenerDelegate(RMINotificationListener client)
           
NotificationListenerDelegate(RMINotificationListener client, javax.management.ObjectName targetName, RMIAdaptor server)
           
 
Method Summary
 void handleNotification(javax.management.Notification notification, Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationListenerDelegate

public NotificationListenerDelegate(RMINotificationListener client)

NotificationListenerDelegate

public NotificationListenerDelegate(RMINotificationListener client,
                                    javax.management.ObjectName targetName,
                                    RMIAdaptor server)
Method Detail

handleNotification

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.