org.jboss.management.mejb
Interface ListenerMBean

All Superinterfaces:
EventListener, javax.management.NotificationListener
All Known Subinterfaces:
JMSNotificationListenerMBean, PollingNotificationListenerMBean, RMINotificationListenerMBean
All Known Implementing Classes:
JMSNotificationListener, PollingNotificationListener, RMINotificationListener

public interface ListenerMBean
extends javax.management.NotificationListener

MBean Interface of a Notification Listener MBean

Version:
$Revision: 1.6.6.2 $
Author:
Andreas "Mad" Schaefer

Method Summary
 void handleNotification(javax.management.Notification pNotification, Object pHandback)
          Handles the given notifcation event and passed it to the registered listener
 

Method Detail

handleNotification

void handleNotification(javax.management.Notification pNotification,
                        Object pHandback)
Handles the given notifcation event and passed it to the registered listener

Specified by:
handleNotification in interface javax.management.NotificationListener
Parameters:
pNotification - NotificationEvent
pHandback - Handback object


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