com.adventnet.adaptors.corba
Class MyNotificationFilter

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

class MyNotificationFilter
extends java.lang.Object
implements NotificationFilter

See Also:
Serialized Form

Field Summary
(package private)  com.adventnet.adaptors.corba.server.NotificationFilter nf
           
 
Constructor Summary
(package private) MyNotificationFilter(com.adventnet.adaptors.corba.server.NotificationFilter 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

com.adventnet.adaptors.corba.server.NotificationFilter nf
Constructor Detail

MyNotificationFilter

MyNotificationFilter(com.adventnet.adaptors.corba.server.NotificationFilter 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.