com.adventnet.adaptors.rmi
Class MyNotificationFilter

java.lang.Object
  |
  +--com.adventnet.adaptors.rmi.MyNotificationFilter

class MyNotificationFilter
extends java.lang.Object
implements NotificationFilter

See Also:
Serialized Form

Field Summary
(package private)  RemoteNotificationFilter nf
           
 
Constructor Summary
(package private) MyNotificationFilter(RemoteNotificationFilter nf)
           
 
Method Summary
 boolean isNotificationEnabled(Notification notification)
          Invoked before sending the specified notification to the listener.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nf

RemoteNotificationFilter nf
Constructor Detail

MyNotificationFilter

MyNotificationFilter(RemoteNotificationFilter nf)
Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(Notification notification)
Description copied from interface: NotificationFilter
Invoked before sending the specified notification to the listener.
Specified by:
isNotificationEnabled in interface NotificationFilter
Tags copied from interface: NotificationFilter
Parameters:
notification - The notification to be sent.
Returns:
true if the notification has to be sent to the listener, false otherwise.