当前页面:
在线文档首页 >
JBoss 3.2.7 jmx API Documentation 英文版文档
NotificationListener (JBoss/JMX API) - JBoss 3.2.7 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.1.8.1 $
- 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.