com.adventnet.adaptors.rmi
Interface RemoteNotificationFilter

All Known Implementing Classes:
RemoteNotificationFilterImpl

public interface RemoteNotificationFilter
extends java.rmi.Remote


Method Summary
 boolean isNotificationEnabled(Notification notification)
          Invoked before sending the specified notification to the remote listener.
 

Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(Notification notification)
                              throws java.lang.Exception
Invoked before sending the specified notification to the remote listener.
Parameters:
notification - The notification to be sent remotely.
Returns:
True if the notification has to be sent to the listener, false otherwise.