当前页面:
在线文档首页 >
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.
handleNotification
public void handleNotification(Notification notification,
Object handback)
- Callback method from the broadcaster MBean this listener implementation
is registered to.
- Parameters:
notification
- the notification objecthandback
- the handback object given to the broadcaster
upon listener registration
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.