fr.dyade.aaa.agent
Class Notification

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known 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 java.io.Serializable, java.lang.Cloneable

Class Notification is the root of the notifications hierarchy. Every notification's class has Notification as a superclass.

See Also:
Serialized Form

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

persistent

protected boolean persistent
Context of the notification.

Constructor Detail

Notification

public Notification()
Method Detail

setContext

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

Parameters:
context - the context of the notification.

getContext

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

Returns:
the context of the notification.

clone

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

Returns:
a clone of this notification.

toString

public java.lang.String toString()


Copyright ? 2004 Scalagent - All rights reserved