fr.dyade.aaa.agent
Class Notification
java.lang.Object
fr.dyade.aaa.agent.Notification
- Cloneable, Serializable
public class Notification
extends java.lang.Object
implements Serializable, Cloneable
Class Notification is the root of the notifications hierarchy. Every
notification's class has Notification as a superclass.
protected boolean | persistent - Context of the notification.
|
Object | clone() - Returns a clone of this notification.
|
Object | getContext() - Returns the context of the notification.
|
void | setContext(Object context) - Sets the context of the notification.
|
String | toString()
|
persistent
protected boolean persistent
Context of the notification.
clone
public Object clone()
Returns a clone of this notification.
- a clone of this notification.
getContext
public final Object getContext()
Returns the context of the notification.
- the context of the notification.
setContext
public final void setContext(Object context)
Sets the context of the notification.
context
- the context of the notification.
toString
public String toString()
Copyright B) 2004 Scalagent - All rights reserved