|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification
javax.management.AttributeChangeNotification
org.norther.tammi.core.base.ModificationNotification
public class ModificationNotification
A modification notification sent after attribute changes.
| Field Summary | |
|---|---|
static String |
MODIFIED
The modified notification. |
| Fields inherited from class javax.management.AttributeChangeNotification |
|---|
ATTRIBUTE_CHANGE |
| Fields inherited from class javax.management.Notification |
|---|
source |
| Constructor Summary | |
|---|---|
ModificationNotification(MBeanReference src,
long sequenceNumber,
long timeStamp,
String message,
String name,
String type,
Object oldValue,
Object newValue)
Creates a notification with a time stamp and message. |
|
| Method Summary | |
|---|---|
Object |
get()
Gets the referent. |
String |
getClassName()
Gets the class name. |
MBeanServer |
getMBeanServer()
Gets the MBean server. |
ObjectName |
getObjectName()
Gets the object name. |
boolean |
isRegistered()
Checks whether registered, already unregistered or unregistration is just going on. |
| Methods inherited from class javax.management.AttributeChangeNotification |
|---|
getAttributeName, getAttributeType, getNewValue, getOldValue |
| Methods inherited from class javax.management.Notification |
|---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String MODIFIED
| Constructor Detail |
|---|
public ModificationNotification(MBeanReference src,
long sequenceNumber,
long timeStamp,
String message,
String name,
String type,
Object oldValue,
Object newValue)
src - the notification source.sequenceNumber - the sequence number.timeStamp - the time stamp.message - the notification message.name - the attribute name.type - the attribute type.oldValue - the old value.newValue - the new value.| Method Detail |
|---|
public Object get()
MBeanReference
get in interface MBeanReferencepublic ObjectName getObjectName()
MBeanReference
getObjectName in interface MBeanReferencepublic String getClassName()
MBeanReference
getClassName in interface MBeanReferencepublic boolean isRegistered()
MBeanReference
isRegistered in interface MBeanReferencepublic MBeanServer getMBeanServer()
MBeanReference
getMBeanServer in interface MBeanReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||