当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
ListenerMBean (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
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 $
- 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 |
handleNotification
public 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
- NotificationEventpHandback
- Handback object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.