| javax.management.Notification org.objectweb.jonas.management.AttributeAddNotification
AttributeAddNotification | public class AttributeAddNotification extends Notification (Code) | | Implements a notification class allowing to notify that an MBean attribute was mofified via the
addAttribureName method.
|
AttributeAddNotification | public AttributeAddNotification(Object source, long sequenceNumber, long timeStamp, String message, String attributeName, String addedValue)(Code) | | 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. Parameters: sequenceNumber - The notification sequence number within the source object. Parameters: timeStamp - The date at which the notification is being sent. Parameters: message - A String containing the message of this notification. Parameters: attributeName - A String giving the name of the attribute. Parameters: addedValue - A String giving the value added to the attribue's value |
|
|