Uses of Class
javax.management.Notification

Packages that use Notification
javax.management   
javax.management.modelmbean   
javax.management.monitor   
javax.management.relation   
javax.management.timer   
org.huihoo.jfox.jmx   
org.huihoo.jfox.jmx.interceptor   
 

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
 boolean NotificationFilterSupport.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 NotificationListener.handleNotification(Notification notification, java.lang.Object obj)
           
 void MBeanServerDelegate.sendNotification(Notification notification)
          Enables the MBean server to send a notification.
 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.
 boolean AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
          Invoked before sending the specified notification to the listener.
 

Uses of Notification in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Notification
 void ModelMBeanNotificationBroadcaster.sendNotification(Notification notification)
          Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.general notification.
 void RequiredModelMBean.sendNotification(Notification notification)
          Sends a Notification which is passed in to the registered Notification listeners on the RequiredModelMBean.
 

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 RelationNotification notification is sent when a relation is created via the Relation Service, or a MBean is added as a relation in the Relation Service, or a role is updated in a relation, or a relation is removed from the Relation Service
 

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

Uses of Notification in javax.management.timer
 

Subclasses of Notification in javax.management.timer
 class TimerNotification
          This class provides definitions of the notifications sent by timer MBeans.
 

Uses of Notification in org.huihoo.jfox.jmx
 

Subclasses of Notification in org.huihoo.jfox.jmx
 class ExtendedMBeanServerNotification
           
 

Uses of Notification in org.huihoo.jfox.jmx.interceptor
 

Methods in org.huihoo.jfox.jmx.interceptor with parameters of type Notification
 void MBeanServerInterceptorListener.handleNotification(Notification notification, java.lang.Object obj)