fr.dyade.aaa.agent

Class Notification

Implemented Interfaces:
Cloneable, Serializable
Known Direct Subclasses:
AbstractNotification, AdminAckStartStopNot, AdminNotification, AdminReplyNot, AdminRequestNot, AdminStartStopNot, AgentCreateReply, AgentCreateRequest, AgentDeleteRequest, BridgeAckNot, BridgeDeliveryNot, CloseConnectionNot, DeleteAck, DeleteNot, DriverDone, ExceptionNotification, FlowControlNot, InitJndiServerNot, JndiReplyNot, JndiScriptReplyNot, JndiScriptRequestNot, JndiUpdateNot, ProxyMessageNot, QueueClusterNot, RequestNot, ResetCollocatedConnectionsNot, ReturnConnectionNot, SendReplyNot, SyncNotification, SyncReplyNot, SyncRequestNot, TcpRequestNot, UnknownAgent, UnknownNotification, WakeUpNot

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.

Field Summary

protected boolean
persistent
Context of the notification.

Method Summary

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()

Field Details

persistent

protected boolean persistent
Context of the notification.

Method Details

clone

public Object clone()
Returns a clone of this notification.

Returns:
a clone of this notification.


getContext

public final Object getContext()
Returns the context of the notification.

Returns:
the context of the notification.


setContext

public final void setContext(Object context)
Sets the context of the notification.

Parameters:
context - the context of the notification.


toString

public String toString()


Copyright B) 2004 Scalagent - All rights reserved