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.management
Methods in javax.management that throw ListenerNotFoundException Modifier and Type Method Description 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
NotificationBroadcaster. removeNotificationListener(NotificationListener listener)
Removes a listener from this MBean.void
NotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
Removes a listener from this MBean. -
Uses of ListenerNotFoundException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw ListenerNotFoundException Modifier and Type Method Description void
ModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
Removes a listener for attributeChangeNotifications from the RequiredModelMBean.void
RequiredModelMBean. removeNotificationListener(NotificationListener listener)
Removes a listener for Notifications from the RequiredModelMBean. -
Uses of ListenerNotFoundException in javax.management.remote
Methods in javax.management.remote that throw ListenerNotFoundException Modifier and Type Method Description void
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
Methods in javax.management.remote.rmi that throw ListenerNotFoundException Modifier and Type Method Description 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
RMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
-