Uses of Class
javax.management.ListenerNotFoundException

Packages that use ListenerNotFoundException
com.sun.jdmk Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. 
com.sun.jdmk.comm Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes. 
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of ListenerNotFoundException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw ListenerNotFoundException
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, NotificationListener listener)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, ObjectName listener)
           
 void MBeanServerForwarder.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
           
 void NotificationRegistration.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 

Uses of ListenerNotFoundException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw ListenerNotFoundException
 void CommunicatorServer.removeNotificationListener(NotificationListener listener)
          Removes the specified listener from this CommunicatorServer.
 

Uses of ListenerNotFoundException in javax.management
 

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

Uses of ListenerNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ListenerNotFoundException
 void RequiredModelMBean.removeNotificationListener(NotificationListener listener)
          Removes a listener for Notifications from the RequiredModelMBean.
 void RequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
          Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
 


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.