com.adventnet.adaptors.corba
Class MyNotificationFilter

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

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


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

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

MyNotificationFilter

MyNotificationFilter(com.adventnet.adaptors.corba.server.NotificationFilter nf)
Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(javax.management.Notification notification)
Specified by:
isNotificationEnabled in interface javax.management.NotificationFilter