Uses of Class
javax.management.Notification

Packages that use Notification
javax.management   
javax.management.modelmbean   
javax.management.monitor The JBossMX monitor services
javax.management.relation The JBossMX relation service
javax.management.timer The JBossMX timer service
org.jboss.mx.modelmbean   
org.jboss.mx.notification   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of Notification in javax.management
 

Subclasses of Notification in javax.management
 class AttributeChangeNotification
          This is the mandated object for sending notifications of attribute changes.
 class MBeanServerNotification
          A notification sent by the MBeanServer delegate when an MBean is registered or unregisterd.
 

Methods in javax.management with parameters of type Notification
protected  void NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notification, Object handback)
          Handle the notification, the default implementation is to synchronously invoke the listener.
 void NotificationListener.handleNotification(Notification notification, Object handback)
          Callback method from the broadcaster MBean this listener implementation is registered to.
 boolean AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
           
 boolean NotificationFilter.isNotificationEnabled(Notification notification)
          This method is called before a notification is sent to see whether the listener wants the notification.
 boolean NotificationFilterSupport.isNotificationEnabled(Notification notification)
          Test to see whether this notification is enabled
 void MBeanServerDelegate.sendNotification(Notification notification)
           
 void NotificationBroadcasterSupport.sendNotification(Notification notification)
           
 

Uses of Notification in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Notification
 void ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
           
 void RequiredModelMBean.sendNotification(Notification ntfyObj)
           
 

Uses of Notification in javax.management.monitor
 

Subclasses of Notification in javax.management.monitor
 class MonitorNotification
          A notification from one of the monitor services.
 

Uses of Notification in javax.management.relation
 

Subclasses of Notification in javax.management.relation
 class RelationNotification
          A notification from the relation service.
 

Methods in javax.management.relation with parameters of type Notification
 void RelationService.handleNotification(Notification notification, Object handback)
           
 boolean MBeanServerNotificationFilter.isNotificationEnabled(Notification notification)
          Test to see whether this notification is enabled
 

Uses of Notification in javax.management.timer
 

Subclasses of Notification in javax.management.timer
 class TimerAlarmClockNotification
          Deprecated.  
 class TimerNotification
          A notification from the timer service.
 

Uses of Notification in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean with parameters of type Notification
 void XMBean.handleNotification(Notification notification, Object handback)
          Implements NotificationListener interface by simply forwarding any received Notification to the wrapped resource, if it implements the NotificationListener interface, too.
 void ModelMBeanInvoker.sendNotification(Notification ntfyObj)
          Sends a notification.
 

Uses of Notification in org.jboss.mx.notification
 

Methods in org.jboss.mx.notification with parameters of type Notification
 void AsynchNotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notification, Object handback)
          Handle the notification, asynchronously invoke the listener.
 boolean NotificationFilterProxy.isNotificationEnabled(Notification notification)
          This method is called before a notification is sent to see whether the listener wants the notification.
 

Constructors in org.jboss.mx.notification with parameters of type Notification
AsynchNotificationBroadcasterSupport.AsynchNotifier(NotificationListener listener, Notification notification, Object handback)
           
 

Uses of Notification in org.jboss.mx.server
 

Methods in org.jboss.mx.server with parameters of type Notification
 void NotificationListenerProxy.handleNotification(Notification notification, Object handback)
           
 

Uses of Notification in org.jboss.mx.util
 

Methods in org.jboss.mx.util with parameters of type Notification
 void JBossNotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notification, Object handback)
          Handle the notification, the default implementation is to synchronously invoke the listener.
 boolean JBossNotificationFilterSupport.isNotificationEnabled(Notification notification)
          Test to see whether this notification is enabled
 void JBossNotificationBroadcasterSupport.sendNotification(Notification notification)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.