XMOJO 5 API Docs

com.adventnet.adaptors.rmi
Interface RemoteNotificationListener

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteNotificationListenerImpl

public interface RemoteNotificationListener
extends java.rmi.Remote


Method Summary
 void handleNotification(Notification notification, java.lang.Object handback)
          Invoked when an remote JMX notification occurs.
 

Method Detail

handleNotification

public void handleNotification(Notification notification,
                               java.lang.Object handback)
                        throws java.lang.Exception
Invoked when an remote JMX notification occurs.
Parameters:
notification - The notification.
handback - An opaque object which helps the listener to associate information regarding the MBean emitter. This object was passed to the MBean during the addListener call and resend, without modification, to the listener. The MBean object should to use or modify the object.
Throws:
-  

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.