Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Uses of Class
javax.management.ListenerNotFoundException

Packages that use ListenerNotFoundException
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.event Defines the Event Service, which provides extended support for JMX notifications. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
javax.management.remote Interfaces for remote access to JMX MBean servers. 
javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. 
 

Uses of ListenerNotFoundException in javax.management
 

Methods in javax.management that throw ListenerNotFoundException
 void StandardEmitterMBean.removeNotificationListener(NotificationListener listener)
           
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
           
 void NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
          Removes a listener from this MBean.
 void MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
           
 void StandardEmitterMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from this MBean.
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener)
           
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener)
           
 void MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener)
           
 void MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
           
 

Uses of ListenerNotFoundException in javax.management.event
 

Methods in javax.management.event that throw ListenerNotFoundException
 void EventClient.removeEventClientListener(NotificationListener listener)
          Removes a listener added to receive EventClient notifications specified in EventClient.getEventClientNotificationInfo().
 void EventClientDelegateMBean.removeListenerOrSubscriber(String clientId, Integer listenerId)
          Removes a listener, to stop receiving notifications.
 void EventClientDelegate.removeListenerOrSubscriber(String clientId, Integer listenerId)
          Removes a listener, to stop receiving notifications.
 void NotificationManager.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 void EventClient.removeNotificationListener(ObjectName name, NotificationListener listener)
           
 void NotificationManager.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void EventClient.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void EventSubscriber.unsubscribe(ObjectName name, NotificationListener listener)
           
 void EventConsumer.unsubscribe(ObjectName name, NotificationListener listener)
          Unsubscribes a listener which is listening to an MBean or a set of MBeans represented by an ObjectName pattern.
 void EventClient.unsubscribe(ObjectName name, NotificationListener listener)
           
 

Uses of ListenerNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ListenerNotFoundException
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, 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, Object handback)
           
 

Uses of ListenerNotFoundException in javax.management.remote
 

Methods in javax.management.remote that throw ListenerNotFoundException
 void JMXConnector.removeConnectionNotificationListener(NotificationListener listener)
          Removes a listener from the list to be informed of changes in status.
 void JMXConnector.removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
          Removes a listener from the list to be informed of changes in status.
 void IdentityMBeanServerForwarder.removeNotificationListener(ObjectName name, NotificationListener listener)
           
 void IdentityMBeanServerForwarder.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
           
 void IdentityMBeanServerForwarder.removeNotificationListener(ObjectName name, ObjectName listener)
           
 void IdentityMBeanServerForwarder.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
           
 

Uses of ListenerNotFoundException in javax.management.remote.rmi
 

Methods in javax.management.remote.rmi that throw ListenerNotFoundException
 void RMIConnector.removeConnectionNotificationListener(NotificationListener listener)
           
 void RMIConnector.removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void RMIConnectionImpl_Stub.removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, MarshalledObject $param_MarshalledObject_4, Subject $param_Subject_5)
           
 void RMIConnectionImpl.removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
           
 void RMIConnection.removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
          Handles the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object).
 void RMIConnectionImpl_Stub.removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3)
           
 void RMIConnectionImpl.removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)
           
 void RMIConnection.removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)
          Handles the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName).
 void RMIConnectionImpl_Stub.removeNotificationListeners(ObjectName $param_ObjectName_1, Integer[] $param_arrayOf_Integer_2, Subject $param_Subject_3)
           
 void RMIConnectionImpl.removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
           
 void RMIConnection.removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
          Handles the removeNotificationListener(ObjectName, NotificationListener) and removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) methods.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Submit a bug or feature

Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.