Uses of Interface
javax.management.NotificationListener

Packages that use NotificationListener
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 NotificationListener in javax.management
 

Methods in javax.management with parameters of type NotificationListener
 void MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener)
          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 NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
          Removes a listener from this MBean.
 void MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener)
          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 MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
           
 void NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener.
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
           
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
protected  void NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, java.lang.Object handback)
          This method is called by sendNotification for each listener in order to send the notification to that listener.
 void NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Removes a listener from this MBean.
 

Uses of NotificationListener in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type NotificationListener
 void ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName, java.lang.Object handback)
          Registers an object which implements the NotificationListener interface as a listener.
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName)
          Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
 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)
          Removes a listener for Notifications from the RequiredModelMBean.
 void RequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, java.lang.String inAttributeName, java.lang.Object inhandback)
           
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, java.lang.String inAttributeName)
           
 

Uses of NotificationListener in javax.management.relation
 

Classes in javax.management.relation that implement NotificationListener
 class RelationService
          The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
 


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.