com.adventnet.adaptors.rmi
Class RMIAdaptorNotifListener

java.lang.Object
  extended by com.adventnet.adaptors.rmi.RMIAdaptorNotifListener

public class RMIAdaptorNotifListener
extends java.lang.Object

Wrapper class to hold the notification listener. This listener will receive all the notifications, emitted by the MBeans. from the RMIAdaptor


Constructor Summary
RMIAdaptorNotifListener(java.lang.String id, RemoteNotificationListener listener, RemoteNotificationFilter filter, java.lang.Object handback)
           
 
Method Summary
 RemoteNotificationFilter getFilter()
           
 java.lang.Object getHandback()
           
 RemoteNotificationListener getListener()
           
 java.lang.String getUniqueID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIAdaptorNotifListener

public RMIAdaptorNotifListener(java.lang.String id,
                               RemoteNotificationListener listener,
                               RemoteNotificationFilter filter,
                               java.lang.Object handback)
Method Detail

getUniqueID

public java.lang.String getUniqueID()

getListener

public RemoteNotificationListener getListener()

getFilter

public RemoteNotificationFilter getFilter()

getHandback

public java.lang.Object getHandback()