站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.ListenerNotFoundException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.ListenerNotFoundException

Packages that use ListenerNotFoundException
javax.management   
javax.management.modelmbean   
org.jboss.mx.loading   
org.jboss.mx.modelmbean   
org.jboss.mx.notification   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of ListenerNotFoundException in javax.management
 

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

Uses of ListenerNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw ListenerNotFoundException
 void RequiredModelMBean.removeNotificationListener(NotificationListener inlistener)
           
 void RequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
           
 

Uses of ListenerNotFoundException in org.jboss.mx.loading
 

Methods in org.jboss.mx.loading that throw ListenerNotFoundException
 void UnifiedLoaderRepository3.removeNotificationListener(NotificationListener listener)
          removeNotificationListener delegates to our broadcaster object
 void UnifiedLoaderRepository3.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 

Uses of ListenerNotFoundException in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean that throw ListenerNotFoundException
 void XMBean.removeNotificationListener(NotificationListener listener)
           
 void XMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void ModelMBeanInvoker.removeNotificationListener(NotificationListener listener)
           
 void ModelMBeanInvoker.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void ModelMBeanInvoker.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
           
 

Uses of ListenerNotFoundException in org.jboss.mx.notification
 

Methods in org.jboss.mx.notification that throw ListenerNotFoundException
 void MBeanServerListenerRegistry.remove(ObjectName name, NotificationListener listener)
          Removes all registrations for a listener.
 void MBeanServerListenerRegistry.remove(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes only the registrations for a listener that match the filter and handback.
 void ListenerRegistry.remove(NotificationListener listener)
          Removes all registrations for a listener.
 void ListenerRegistry.remove(NotificationListener listener, NotificationFilter filter, Object handback)
          Removes only the registrations for a listener that match the filter and handback.
 

Uses of ListenerNotFoundException in org.jboss.mx.server
 

Methods in org.jboss.mx.server that throw ListenerNotFoundException
 void MBeanServerImpl.removeNotificationListener(ObjectName name, NotificationListener listener)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.removeNotificationListener(ObjectName name, ObjectName listener)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void MBeanServerImpl.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
          Removes a listener from a registered MBean.
 void AbstractMBeanInvoker.removeNotificationListener(NotificationListener listener)
           
protected  void AbstractMBeanInvoker.removeNotificationListenerFromResource(NotificationListener listener)
           
 void AbstractMBeanInvoker.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
protected  void AbstractMBeanInvoker.removeNotificationListenerFromResource(NotificationListener listener, NotificationFilter filter, Object handback)
           
 

Uses of ListenerNotFoundException in org.jboss.mx.util
 

Methods in org.jboss.mx.util that throw ListenerNotFoundException
 void JBossNotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
           
 void JBossNotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.