Uses of Class
javax.management.ListenerNotFoundException
- 
Packages that use ListenerNotFoundException Package Description javax.management Provides the core classes for the Java Management Extensions.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.managementMethods in javax.management that throw ListenerNotFoundException Modifier and Type Method Description voidMBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener)voidMBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)voidMBeanServer. removeNotificationListener(ObjectName name, ObjectName listener)voidMBeanServer. removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener)Removes a listener from a registered MBean.voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)Removes a listener from a registered MBean.voidMBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener)Removes a listener from a registered MBean.voidMBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)Removes a listener from a registered MBean.voidMBeanServerDelegate. removeNotificationListener(NotificationListener listener)voidMBeanServerDelegate. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationBroadcaster. removeNotificationListener(NotificationListener listener)Removes a listener from this MBean.voidNotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener)voidNotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Removes a listener from this MBean.voidStandardEmitterMBean. removeNotificationListener(NotificationListener listener)voidStandardEmitterMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
- 
Uses of ListenerNotFoundException in javax.management.modelmbeanMethods in javax.management.modelmbean that throw ListenerNotFoundException Modifier and Type Method Description voidModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)Removes a listener for attributeChangeNotifications from the RequiredModelMBean.voidRequiredModelMBean. removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)voidRequiredModelMBean. removeNotificationListener(NotificationListener listener)Removes a listener for Notifications from the RequiredModelMBean.voidRequiredModelMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
- 
Uses of ListenerNotFoundException in javax.management.remoteMethods in javax.management.remote that throw ListenerNotFoundException Modifier and Type Method Description voidJMXConnector. removeConnectionNotificationListener(NotificationListener listener)Removes a listener from the list to be informed of changes in status.voidJMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)Removes a listener from the list to be informed of changes in status.
- 
Uses of ListenerNotFoundException in javax.management.remote.rmiMethods in javax.management.remote.rmi that throw ListenerNotFoundException Modifier and Type Method Description voidRMIConnector. removeConnectionNotificationListener(NotificationListener listener)voidRMIConnector. removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidRMIConnection. removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)voidRMIConnection. removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)Handles the methodMBeanServerConnection.removeNotificationListener(ObjectName, ObjectName).voidRMIConnectionImpl_Stub. removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, MarshalledObject $param_MarshalledObject_4, Subject $param_Subject_5)voidRMIConnectionImpl_Stub. removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3)voidRMIConnectionImpl. removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)voidRMIConnectionImpl. removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)voidRMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)voidRMIConnectionImpl_Stub. removeNotificationListeners(ObjectName $param_ObjectName_1, Integer[] $param_arrayOf_Integer_2, Subject $param_Subject_3)voidRMIConnectionImpl. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
 
-