org.jboss.jmx.interfaces
Interface RMINotificationListener
- All Superinterfaces:
- java.rmi.Remote, java.io.Serializable
- All Known Implementing Classes:
- RMIClientConnectorImpl.Listener
- public interface RMINotificationListener
- extends java.rmi.Remote, java.io.Serializable
Remote RMI client notification listener inferface.
The interface will be registered on the server side.
- Author:
- Andreas "Mad" Schaefer
Method Summary |
void |
handleNotification(javax.management.Notification pNotification,
java.lang.Object pHandback)
Handles the given notifcation event and passed it to the registered
listener |
handleNotification
public void handleNotification(javax.management.Notification pNotification,
java.lang.Object pHandback)
throws java.rmi.RemoteException
- Handles the given notifcation event and passed it to the registered
listener
- Parameters:
pNotification
- NotificationEventpHandback
- Handback object- Throws:
java.rmi.RemoteException
- If a Remote Exception occurred
Copyright © 2000 The JBoss Organization. All Rights Reserved.