KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > AttributeChangeNotification

javax.management
Class AttributeChangeNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by javax.management.AttributeChangeNotification
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public AttributeChangeNotification(Object source,
                                   long sequenceNumber,
                                   long timeStamp,
                                   String msg,
                                   String attributeName,
                                   String attributeType,
                                   Object oldValue,
                                   Object newValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String ATTRIBUTE_CHANGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAttributeName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAttributeType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getNewValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getOldValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags