站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.Notification (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


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
 void NotificationListener.handleNotification(Notification notification, Object handback)
          Callback method from the broadcaster MBean this listener implementation is registered to.
 boolean NotificationFilterSupport.isNotificationEnabled(Notification notification)
          Test to see whether this notification is enabled
 boolean NotificationFilter.isNotificationEnabled(Notification notification)
          This method is called before a notification is sent to see whether the listener wants the notification.
 void NotificationBroadcasterSupport.sendNotification(Notification notification)
           
protected  void NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notification, Object handback)
          Handle the notification, the default implementation is to synchronously invoke the listener.
 void MBeanServerDelegate.sendNotification(Notification notification)
           
 boolean AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
           
 

Uses of Notification in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Notification
 void RequiredModelMBean.sendNotification(Notification ntfyObj)
           
 void ModelMBeanNotificationBroadcaster.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
 boolean NotificationFilterProxy.isNotificationEnabled(Notification notification)
          This method is called before a notification is sent to see whether the listener wants the notification.
 void AsynchNotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notification, Object handback)
          Handle the notification, asynchronously invoke the listener.
 

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.sendNotification(Notification notification)
           
 void JBossNotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notification, Object handback)
          Handle the notification, the default implementation is to synchronously invoke the listener.
 



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