com.adventnet.adaptors.rmi
Class MyNotificationFilter

java.lang.Object
  extended by com.adventnet.adaptors.rmi.MyNotificationFilter
All Implemented Interfaces:
java.io.Serializable, javax.management.NotificationFilter

 class MyNotificationFilter
extends java.lang.Object
implements javax.management.NotificationFilter


Field Summary
(package private)  RemoteNotificationFilter nf
           
 
Constructor Summary
MyNotificationFilter(RemoteNotificationFilter nf)
           
 
Method Summary
 boolean isNotificationEnabled(javax.management.Notification notification)
           
 
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(javax.management.Notification notification)
Specified by:
isNotificationEnabled in interface javax.management.NotificationFilter