|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.management.Notification | +--javax.management.AttributeChangeNotification
A Notification for AttributeChange sent by MBeans
.
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE_CHANGE
A Notification type for an attribute change |
Fields inherited from class javax.management.Notification |
---|
source |
Constructor Summary | |
---|---|
AttributeChangeNotification(java.lang.Object source,
long sequenceNumber,
long timestamp,
java.lang.String message,
java.lang.String attributeName,
java.lang.String attributeType,
java.lang.Object oldValue,
java.lang.Object newValue)
Creates an AttributeChangeNotification |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Returns the attribute name of this change notification. |
java.lang.String |
getAttributeType()
Returns the attribute type of this change notification. |
java.lang.Object |
getNewValue()
Returns the new value of the attribute |
java.lang.Object |
getOldValue()
Returns the old value of the attribute |
Methods inherited from class javax.management.Notification |
---|
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTRIBUTE_CHANGE
Constructor Detail |
public AttributeChangeNotification(java.lang.Object source, long sequenceNumber, long timestamp, java.lang.String message, java.lang.String attributeName, java.lang.String attributeType, java.lang.Object oldValue, java.lang.Object newValue)
AttributeChangeNotification
source
- The source of this notificationsequenceNumber
- The sequence number of this notificationtimestamp
- The timestamp of this notificationmessage
- The message for the notificationattributeName
- The name of the changed attributeattributeType
- The type of the attributeoldValue
- The old value of the AttributenewValue
- The new value of the AttributeMethod Detail |
public java.lang.String getAttributeName()
public java.lang.String getAttributeType()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |