| javax.management.NotificationListener
All known Subclasses: test.compliance.server.support.Listener, test.compliance.server.MBeanServerInvocationHandlerTestCase, javax.management.relation.RelationService, test.compliance.notification.support.Listener, test.compliance.timer.TimerTest, test.compliance.server.support.MBeanListener, org.jboss.mx.modelmbean.XMBean, org.jboss.mx.server.NotificationListenerProxy, test.compliance.timer.TimerNotificationTestCase, test.stress.timer.TimerTestCase, test.compliance.server.support.DelegateListener, test.performance.timer.TimerTortureTestCase, test.compliance.monitor.MonitorTestCase, test.implementation.notification.support.Listener,
NotificationListener | public interface NotificationListener extends EventListener(Code) | | Must be implemented by objects receiving JMX notifications.
author: Juha Lindfors. version: $Revision: 57200 $ |
handleNotification | public void handleNotification(Notification notification, Object handback)(Code) | | Callback method from the broadcaster MBean this listener implementation
is registered to.
Parameters: notification - the notification object Parameters: handback - the handback object given to the broadcasterupon listener registration |
|
|