|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
Class Notification is the root of the notifications hierarchy. Every notification's class has Notification as a superclass.
Field Summary | |
protected boolean |
persistent
Context of the notification. |
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. |
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
Constructor Detail |
public Notification()
Method Detail |
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()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |