站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 management API Documentation 英文版文档

ListenerMBean (JBoss/Management API) - JBoss 3.2.7 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.3.2.1 $
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

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 - NotificationEvent
pHandback - Handback object
Throws:
RemoteException - If a Remote Exception occurred


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