Uses of Class
javax.management.Notification

Packages that use Notification
javax.management   
javax.management.modelmbean   
javax.management.monitor   
javax.management.relation   
javax.management.timer   
mx4j.connector.rmi   
mx4j.log   
mx4j.tools.jython   
mx4j.tools.mail   
 

Uses of Notification in javax.management
 

Subclasses of Notification in javax.management
 class AttributeChangeNotification
          A Notification for AttributeChange sent by MBeans.
 class MBeanServerNotification
           
 

Methods in javax.management with parameters of type Notification
 boolean NotificationFilterSupport.isNotificationEnabled(Notification notification)
           
 void NotificationBroadcasterSupport.sendNotification(Notification n)
           
 boolean AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
          Checks if the given Notification is enabled.
 boolean NotificationFilter.isNotificationEnabled(Notification notification)
          Invoked before sending the Notification to the listener.
 void NotificationListener.handleNotification(Notification notification, java.lang.Object handback)
          Called when a notification occurs.
 

Uses of Notification in javax.management.modelmbean
 

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

Uses of Notification in javax.management.monitor
 

Subclasses of Notification in javax.management.monitor
 class MonitorNotification
          Class MonitorNotification.
 

Uses of Notification in javax.management.relation
 

Subclasses of Notification in javax.management.relation
 class RelationNotification
           
 

Methods in javax.management.relation with parameters of type Notification
 void RelationService.handleNotification(Notification notification, java.lang.Object handback)
           
 boolean MBeanServerNotificationFilter.isNotificationEnabled(Notification notification)
           
 

Uses of Notification in javax.management.timer
 

Subclasses of Notification in javax.management.timer
 class TimerNotification
           
 

Methods in javax.management.timer with parameters of type Notification
 void Timer.sendNotification(Notification n)
           
 

Uses of Notification in mx4j.connector.rmi
 

Methods in mx4j.connector.rmi with parameters of type Notification
 void RemoteNotificationListenerSupport.handleNotification(Notification notification, java.lang.Object handback)
           
 boolean RemoteNotificationFilterSupport.isNotificationEnabled(Notification notification)
           
 

Uses of Notification in mx4j.log
 

Methods in mx4j.log with parameters of type Notification
 void LoggerBroadcaster.sendNotification(Notification n)
           
 

Uses of Notification in mx4j.tools.jython
 

Methods in mx4j.tools.jython with parameters of type Notification
 void JythonRunner.handleNotification(Notification notification, java.lang.Object handback)
           
 

Uses of Notification in mx4j.tools.mail
 

Methods in mx4j.tools.mail with parameters of type Notification
 void SMTP.handleNotification(Notification notification, java.lang.Object handback)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.