Uses of Class
javax.management.ListenerNotFoundException
Package
Description
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
Modifier and TypeMethodDescriptionvoid
MBeanServer.removeNotificationListener
(ObjectName name, NotificationListener listener) void
MBeanServer.removeNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) void
MBeanServer.removeNotificationListener
(ObjectName name, ObjectName listener) void
MBeanServer.removeNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) void
MBeanServerConnection.removeNotificationListener
(ObjectName name, NotificationListener listener) Removes a listener from a registered MBean.void
MBeanServerConnection.removeNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) Removes a listener from a registered MBean.void
MBeanServerConnection.removeNotificationListener
(ObjectName name, ObjectName listener) Removes a listener from a registered MBean.void
MBeanServerConnection.removeNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) Removes a listener from a registered MBean.void
MBeanServerDelegate.removeNotificationListener
(NotificationListener listener) void
MBeanServerDelegate.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationBroadcaster.removeNotificationListener
(NotificationListener listener) Removes a listener from this MBean.void
NotificationBroadcasterSupport.removeNotificationListener
(NotificationListener listener) void
NotificationBroadcasterSupport.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationEmitter.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Removes a listener from this MBean.void
StandardEmitterMBean.removeNotificationListener
(NotificationListener listener) void
StandardEmitterMBean.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) -
Uses of ListenerNotFoundException in javax.management.modelmbean
Modifier and TypeMethodDescriptionvoid
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener
(NotificationListener listener, String attributeName) Removes a listener for attributeChangeNotifications from the RequiredModelMBean.void
RequiredModelMBean.removeAttributeChangeNotificationListener
(NotificationListener inlistener, String inAttributeName) 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
Modifier and TypeMethodDescriptionvoid
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. -
Uses of ListenerNotFoundException in javax.management.remote.rmi
Modifier and TypeMethodDescriptionvoid
RMIConnector.removeConnectionNotificationListener
(NotificationListener listener) void
RMIConnector.removeConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
RMIConnection.removeNotificationListener
(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) void
RMIConnection.removeNotificationListener
(ObjectName name, ObjectName listener, Subject delegationSubject) Handles the methodMBeanServerConnection.removeNotificationListener(ObjectName, ObjectName)
.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_Stub.removeNotificationListener
(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3) void
RMIConnectionImpl.removeNotificationListener
(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) void
RMIConnectionImpl.removeNotificationListener
(ObjectName name, ObjectName listener, Subject delegationSubject) void
RMIConnection.removeNotificationListeners
(ObjectName name, Integer[] listenerIDs, Subject delegationSubject) 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)