站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

NotificationListenerDelegate (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


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.