Uses of Class
javax.management.Notification
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the definition of the Relation Service.
Interfaces for remote access to
JMX MBean servers.
Provides the definition of the Timer MBean.
-
Uses of Notification in javax.management
Modifier and TypeClassDescriptionclass
Provides definitions of the attribute change notifications sent by MBeans.class
Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.Modifier and TypeMethodDescriptionprotected 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
NotificationListener.handleNotification
(Notification notification, Object handback) Invoked when a JMX notification occurs.boolean
AttributeChangeNotificationFilter.isNotificationEnabled
(Notification notification) Invoked before sending the specified notification to the listener.boolean
NotificationFilter.isNotificationEnabled
(Notification notification) Invoked before sending the specified notification to the listener.boolean
NotificationFilterSupport.isNotificationEnabled
(Notification notification) Invoked before sending the specified notification to the listener.void
MBeanServerDelegate.sendNotification
(Notification notification) Enables the MBean server to send a notification.void
NotificationBroadcasterSupport.sendNotification
(Notification notification) Sends a notification.void
StandardEmitterMBean.sendNotification
(Notification n) Sends a notification. -
Uses of Notification in javax.management.modelmbean
Modifier and TypeMethodDescriptionvoid
ModelMBeanNotificationBroadcaster.sendNotification
(Notification ntfyObj) Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification.void
RequiredModelMBean.sendNotification
(Notification ntfyObj) -
Uses of Notification in javax.management.monitor
Modifier and TypeClassDescriptionclass
Provides definitions of the notifications sent by monitor MBeans. -
Uses of Notification in javax.management.relation
Modifier and TypeClassDescriptionclass
A notification of a change in the Relation Service.Modifier and TypeMethodDescriptionvoid
RelationService.handleNotification
(Notification notif, Object handback) Invoked when a JMX notification occurs.boolean
MBeanServerNotificationFilter.isNotificationEnabled
(Notification notif) Invoked before sending the specified notification to the listener. -
Uses of Notification in javax.management.remote
Modifier and TypeClassDescriptionclass
Notification emitted when a client connection is opened or closed or when notifications are lost.Modifier and TypeMethodDescriptionTargetedNotification.getNotification()
The emitted notification.ModifierConstructorDescriptionTargetedNotification
(Notification notification, Integer listenerID) Constructs aTargetedNotification
object. -
Uses of Notification in javax.management.timer
Modifier and TypeClassDescriptionclass
This class provides definitions of the notifications sent by timer MBeans.