|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
public class Notification
Class Notification is the root of the notifications hierarchy. Every notification's class has Notification as a superclass.
Field Summary | |
---|---|
protected boolean |
detachable
True if the notification is detachable, false otherwise. |
protected boolean |
detached
True if the notification is detached, false otherwise. |
protected boolean |
persistent
True if the notification is persistent, false otherwise. |
Constructor Summary | |
---|---|
Notification()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this notification. |
java.lang.Object |
getContext()
Returns the context of the notification. |
java.lang.String |
getMessageId()
|
void |
setContext(java.lang.Object context)
Sets the context of the notification. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean persistent
protected transient boolean detachable
protected transient boolean detached
Constructor Detail |
---|
public Notification()
Method Detail |
---|
public java.lang.String getMessageId()
public final void setContext(java.lang.Object context)
context
- the context of the notification.public final java.lang.Object getContext()
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |