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

NotificationListener (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


javax.management
Interface NotificationListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
NotificationListenerProxy, RelationService, XMBean

public interface NotificationListener
extends EventListener

Must be implemented by objects receiving JMX notifications.

Version:
$Revision: 1.5 $
Author:
Juha Lindfors.

Method Summary
 void handleNotification(Notification notification, Object handback)
          Callback method from the broadcaster MBean this listener implementation is registered to.
 

Method Detail

handleNotification

public void handleNotification(Notification notification,
                               Object handback)
Callback method from the broadcaster MBean this listener implementation is registered to.

Parameters:
notification - the notification object
handback - the handback object given to the broadcaster upon listener registration


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