XMOJO 5 API Docs

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(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.

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.