Uses of Interface
javax.management.NotificationFilter

Packages that use NotificationFilter
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
javax.management.relation Provides the definition of the Relation service
 

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 MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Removes a listener from a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Removes a listener from a registered MBean.
 void NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to this MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Removes a listener from a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Removes a listener from a registered MBean.
 void MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener.
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Removes a listener from this 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.
 void RequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of NotificationFilter in javax.management.relation
 

Classes in javax.management.relation that implement NotificationFilter
 class MBeanServerNotificationFilter
          Filter for MBeanServerNotification.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.