Uses of Interface
javax.management.NotificationFilter

Packages that use NotificationFilter
javax.management   
javax.management.modelmbean   
javax.management.relation   
org.huihoo.jfox.jmx   
org.huihoo.jfox.jmx.interceptor   
 

Uses of NotificationFilter in javax.management
 

Classes in javax.management that implement NotificationFilter
 class AttributeChangeNotificationFilter
          This class implements of the NotificationFilter interface for the attribute change notification.
 class NotificationFilterSupport
          Provides an implementation of the NotificationFilter interface.
 

Methods in javax.management with parameters of type NotificationFilter
 void NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener.
 void NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Enables to add a listener to a registered MBean.
 void MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Enables to add a listener to a registered MBean.
 void MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Enables to add a listener to a registered MBean.
 

Uses of NotificationFilter in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type NotificationFilter
 void RequiredModelMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Registers an object which implements the NotificationListener interface as a listener.
 

Uses of NotificationFilter in javax.management.relation
 

Classes in javax.management.relation that implement NotificationFilter
 class MBeanServerNotificationFilter
          This filter allows to filter MBeanServerNotification notifications by selecting the ObjectNames of interest and the operations (registration, unregistration, both) of interest (corresponding to notification types).
 

Uses of NotificationFilter in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx with parameters of type NotificationFilter
 void MBeanServerSupport.addNotificationListener(ObjectName objectName, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerSupport.addNotificationListener(ObjectName objectName, ObjectName listenerName, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of NotificationFilter in org.huihoo.jfox.jmx.interceptor
 

Classes in org.huihoo.jfox.jmx.interceptor that implement NotificationFilter
 class MBeanServerInterceptorFilter