Uses of Class
javax.management.ListenerNotFoundException

Packages that use ListenerNotFoundException
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of ListenerNotFoundException in javax.management
 

Methods in javax.management that throw ListenerNotFoundException
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from 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)
          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.removeNotificationListener(NotificationListener listener)
          Removes a listener from this MBean.
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from 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)
          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.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
           
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener 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 ListenerNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ListenerNotFoundException
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName)
          Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
 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.removeAttributeChangeNotificationListener(NotificationListener inlistener, java.lang.String inAttributeName)
           
 


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.