Uses of Interface
javax.management.NotificationListener
Packages that use 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.
-
Uses of NotificationListener in javax.management
Methods in javax.management with parameters of type NotificationListenerModifier and TypeMethodDescriptionvoidMBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to a registered MBean.voidMBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to a registered MBean.voidNotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to this MBean.voidNotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener.protected voidNotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object handback)This method is called bysendNotificationfor each listener in order to send the notification to that listener.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.voidNotificationBroadcaster.removeNotificationListener(NotificationListener listener)Removes a listener from this MBean.voidNotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Removes a listener from this MBean. -
Uses of NotificationListener in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type NotificationListenerModifier and TypeMethodDescriptionvoidModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)Registers an object which implements the NotificationListener interface as a listener.voidRequiredModelMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Registers an object which implements the NotificationListener interface as a listener.voidModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)Removes a listener for attributeChangeNotifications from the RequiredModelMBean.voidRequiredModelMBean.removeNotificationListener(NotificationListener listener)Removes a listener for Notifications from the RequiredModelMBean. -
Uses of NotificationListener in javax.management.relation
Classes in javax.management.relation that implement NotificationListenerModifier and TypeClassDescriptionclassThe 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
Methods in javax.management.remote with parameters of type NotificationListenerModifier and TypeMethodDescriptionvoidJMXConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to be informed of changes in connection status.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.