Uses of Interface
javax.management.NotificationListener

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

Uses of NotificationListener in javax.management
 

Methods in javax.management with parameters of type NotificationListener
 void NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener.
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
          Removes a listener.
 void NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to a registered MBean.
 void NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
          Removes a listener from a registered MBean.
 void MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Enables to add a listener to a registered MBean.
 void MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
          Enables to remove a listener from 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.removeNotificationListener(ObjectName name, NotificationListener listener)
          Enables to remove a listener from a registered MBean.
 

Uses of NotificationListener in javax.management.modelmbean
 

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

Uses of NotificationListener in javax.management.relation
 

Classes in javax.management.relation that implement NotificationListener
 class RelationService
           
 

Uses of NotificationListener in org.huihoo.jfox.jmx
 

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

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

Classes in org.huihoo.jfox.jmx.interceptor that implement NotificationListener
 class MBeanServerInterceptorListener