Example usage for Java javax.management AttributeChangeNotification fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ATTRIBUTE_CHANGE Notification type which indicates that the observed MBean attribute value has changed. |
AttributeChangeNotification(Object source, long sequenceNumber, long timeStamp, String msg, String attributeName, String attributeType, Object oldValue, Object newValue) Constructs an attribute change notification object. |
String | getAttributeName() Gets the name of the attribute which has changed. |
Object | getNewValue() Gets the new value of the attribute which has changed. |
Object | getOldValue() Gets the old value of the attribute which has changed. |
Object | getSource() The object on which the Event initially occurred. |