javax.management
Class AttributeChangeNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.AttributeChangeNotification
All Implemented Interfaces:
java.io.Serializable

public class AttributeChangeNotification
extends Notification

Version:
$Revision: 1.3 $
Author:
Simone Bordet
See Also:
Serialized Form

Field Summary
static java.lang.String 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)
           
 
Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getAttributeType()
           
 java.lang.Object getNewValue()
           
 java.lang.Object getOldValue()
           
 
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

ATTRIBUTE_CHANGE

public static final java.lang.String ATTRIBUTE_CHANGE
Constructor Detail

AttributeChangeNotification

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)
Method Detail

getAttributeName

public java.lang.String getAttributeName()

getAttributeType

public java.lang.String getAttributeType()

getOldValue

public java.lang.Object getOldValue()

getNewValue

public java.lang.Object getNewValue()