Constructs an attribute change notification object.
In addition to the information common to all notification, the caller must supply the name and type
of the attribute, as well as its old and new values.
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.
-
msg - A String containing the message of the notification.
-
attributeName - A String giving the name of the attribute.
-
attributeType - A String containing the type of the attribute.
-
oldValue - An object representing value of the attribute before the change.
-
newValue - An object representing value of the attribute after the change.