com.adventnet.adaptors.rmi
Interface RemoteNotificationFilter

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

public interface RemoteNotificationFilter
extends java.rmi.Remote


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

Method Detail

isNotificationEnabled

boolean isNotificationEnabled(javax.management.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.
Throws:
java.lang.Exception