Uses of Class
javax.management.ListenerNotFoundException
Packages that use ListenerNotFoundException
包
描述
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Interfaces for remote access to
JMX MBean servers.
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修饰符和类方法描述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.modelmbean
Methods in javax.management.modelmbean that throw ListenerNotFoundException修饰符和类方法描述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.remote
Methods in javax.management.remote that throw ListenerNotFoundException修饰符和类方法描述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.rmi
Methods in javax.management.remote.rmi that throw ListenerNotFoundException修饰符和类方法描述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)