Uses of Class
javax.management.ListenerNotFoundException

Packages that use ListenerNotFoundException
javax.management   
javax.management.modelmbean   
mx4j.connector   
mx4j.log   
mx4j.server   
mx4j.server.interceptor   
 

Uses of ListenerNotFoundException in javax.management
 

Methods in javax.management that throw ListenerNotFoundException
 void NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
          Removes a listener.
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
           
 void MBeanServer.removeNotificationListener(ObjectName observed, NotificationListener listener)
           
 void MBeanServer.removeNotificationListener(ObjectName observed, ObjectName listener)
           
 

Uses of ListenerNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ListenerNotFoundException
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName)
           
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName)
           
 

Uses of ListenerNotFoundException in mx4j.connector
 

Methods in mx4j.connector that throw ListenerNotFoundException
 void MBeanServerConnection.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void RemoteMBeanServer.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of ListenerNotFoundException in mx4j.log
 

Methods in mx4j.log that throw ListenerNotFoundException
 void LoggerBroadcasterMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void LoggerBroadcaster.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of ListenerNotFoundException in mx4j.server
 

Methods in mx4j.server that throw ListenerNotFoundException
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, ObjectName listener)
          Remove a notificationListener.
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, NotificationListener listener)
          Removed a notificationListener.
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Not present in the specification but needed
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Not present in the specification but needed
 void ChainedMBeanServer.removeNotificationListener(ObjectName observed, NotificationListener listener)
           
 void ChainedMBeanServer.removeNotificationListener(ObjectName observed, ObjectName listener)
           
 

Uses of ListenerNotFoundException in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor that throw ListenerNotFoundException
 void SecurityMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void NotificationListenerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void InvokerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void DefaultMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void ContextClassLoaderMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.