当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
RMIClientNotificationListenerInterface (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
org.jboss.management.mejb
Interface RMIClientNotificationListenerInterface
- All Superinterfaces:
- Remote, Serializable
- All Known Implementing Classes:
- RMIClientNotificationListener
- public interface RMIClientNotificationListenerInterface
- extends Remote, Serializable
This Interface defines the methods in the RMI Stub
transferred to the server-side.
- 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)
throws RemoteException
- Handles the given notifcation event and passed it to the registered
listener
- Parameters:
pNotification
- NotificationEventpHandback
- Handback object
- Throws:
RemoteException
- If a Remote Exception occurred
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.