org.objectweb.jonas.management.AttributeAddNotification Class Reference

List of all members.

Public Member Functions

 AttributeAddNotification (Object source, long sequenceNumber, long timeStamp, String message, String attributeName, String addedValue)

Detailed Description

Implements a notification class allowing to notify that an MBean attribute was mofified via the addAttribureName method.

Definition at line 34 of file AttributeAddNotification.java.


Constructor & Destructor Documentation

org.objectweb.jonas.management.AttributeAddNotification.AttributeAddNotification Object  source,
long  sequenceNumber,
long  timeStamp,
String  message,
String  attributeName,
String  addedValue
 

Constructs an AttributeAddNotification object. In addition to the information common to all notifications, the caller must supply the name of the attribute that changed and the value of the added object.

Parameters:
source The notification producer, that is, the MBean the attribute belongs to.
sequenceNumber The notification sequence number within the source object.
timeStamp The date at which the notification is being sent.
message A String containing the message of this notification.
attributeName A String giving the name of the attribute.
addedValue A String giving the value added to the attribue's value

Definition at line 51 of file AttributeAddNotification.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:09 2005 for JOnAS by  doxygen 1.3.9.1