|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification
org.norther.tammi.core.base.ReferableNotification
org.norther.tammi.core.model.AdaptableNotification
public class AdaptableNotification
A notification of adapters sent after their adaptee has changed.
| Field Summary | |
|---|---|
static String |
ADAPTEE_CHANGED
The creation notification. |
| Fields inherited from class org.norther.tammi.core.base.ReferableNotification |
|---|
GENERIC |
| Fields inherited from class javax.management.Notification |
|---|
source |
| Constructor Summary | |
|---|---|
AdaptableNotification(MBeanReference src,
long sequenceNumber,
long timeStamp,
String message,
Object oldA,
Object newA)
Creates a notification. |
|
| Method Summary | |
|---|---|
Object |
getNewAdaptee()
Gets the new adaptee. |
Object |
getOldAdaptee()
Gets the old adaptee. |
| Methods inherited from class org.norther.tammi.core.base.ReferableNotification |
|---|
get, getClassName, getMBeanServer, getObjectName, isRegistered |
| 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 ADAPTEE_CHANGED
| Constructor Detail |
|---|
public AdaptableNotification(MBeanReference src,
long sequenceNumber,
long timeStamp,
String message,
Object oldA,
Object newA)
src - the notification source.sequenceNumber - the sequence number.timeStamp - the time stamp.message - the notification message.oldA - the old adaptee.newA - the new adaptee.| Method Detail |
|---|
public Object getOldAdaptee()
public Object getNewAdaptee()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||