Uses of Class
javax.management.Notification

Packages that use Notification
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
javax.management.monitor Provides the definition of the monitor classes
javax.management.relation Provides the definition of the Relation service
javax.management.timer Provides the definition of the Timer MBean
 

Uses of Notification in javax.management
 

Subclasses of Notification in javax.management
 class AttributeChangeNotification
          Provides definitions of the attribute change notifications sent by MBeans.
 class MBeanServerNotification
          Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
 

Methods in javax.management with parameters of type Notification
 void NotificationListener.handleNotification(Notification notification, java.lang.Object handback)
          Invoked when a JMX notification occurs.
 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.
 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.
 void NotificationBroadcasterSupport.sendNotification(Notification notification)
          Sends a notification.
protected  void NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, java.lang.Object handback)
          This method is called by sendNotification for each listener in order to send the notification to that listener.
 

Uses of Notification in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Notification
 void 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
 

Subclasses of Notification in javax.management.monitor
 class MonitorNotification
          Provides definitions of the notifications sent by monitor MBeans.
 

Uses of Notification in javax.management.relation
 

Subclasses of Notification in javax.management.relation
 class RelationNotification
          A notification of a change in the Relation Service.
 

Methods in javax.management.relation with parameters of type Notification
 boolean MBeanServerNotificationFilter.isNotificationEnabled(Notification theNtf)
          Invoked before sending the specified notification to the listener.
 void RelationService.handleNotification(Notification theNtf, java.lang.Object theHandback)
          Invoked when a JMX notification occurs.
 

Uses of Notification in javax.management.timer
 

Subclasses of Notification in javax.management.timer
 class TimerAlarmClockNotification
          Deprecated. This class is of no use to user code. It is retained purely for compatibility reasons.
 class TimerNotification
          This class provides definitions of the notifications sent by timer MBeans.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.