org.jboss.jmx.adaptor.rmi
Class NotificationListenerDelegate
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationListenerDelegate
public NotificationListenerDelegate(RMINotificationListener client)
NotificationListenerDelegate
public NotificationListenerDelegate(RMINotificationListener client,
javax.management.ObjectName targetName,
RMIAdaptor server)
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.