Uses of Interface
javax.management.NotificationListener
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the Relation Service.
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 NotificationListener in javax.management
Modifier and TypeMethodDescriptionvoid
MBeanServer.addNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to a registered MBean.void
MBeanServerConnection.addNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to a registered MBean.void
MBeanServerDelegate.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationBroadcaster.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to this MBean.void
NotificationBroadcasterSupport.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener.void
StandardEmitterMBean.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) protected void
NotificationBroadcasterSupport.handleNotification
(NotificationListener listener, Notification notif, Object handback) This method is called bysendNotification
for each listener in order to send the notification to that listener.void
MBeanServer.removeNotificationListener
(ObjectName name, NotificationListener listener) void
MBeanServer.removeNotificationListener
(ObjectName name, NotificationListener 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
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 NotificationListener in javax.management.modelmbean
Modifier and TypeMethodDescriptionvoid
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener
(NotificationListener listener, String attributeName, Object handback) Registers an object which implements the NotificationListener interface as a listener.void
RequiredModelMBean.addAttributeChangeNotificationListener
(NotificationListener inlistener, String inAttributeName, Object inhandback) void
RequiredModelMBean.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Registers an object which implements the NotificationListener interface as a listener.void
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 NotificationListener in javax.management.relation
Modifier and TypeClassDescriptionclass
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms. -
Uses of NotificationListener in javax.management.remote
Modifier and TypeMethodDescriptionvoid
JMXConnector.addConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to be informed of changes in connection status.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 NotificationListener in javax.management.remote.rmi
Modifier and TypeMethodDescriptionvoid
RMIConnector.addConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
RMIConnector.removeConnectionNotificationListener
(NotificationListener listener) void
RMIConnector.removeConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback)