org.objectweb.joram.mom.notifications

Class AbstractNotification

Implemented Interfaces:
Cloneable, Serializable
Known Direct Subclasses:
AbstractReply, AbstractRequest, AdminReply, AdminRequest

public abstract class AbstractNotification
extends Notification

The AbstractNotification class is the superclass of the notifications exchanged by a client agent and a MOM destination agent.

Field Summary

Fields inherited from class fr.dyade.aaa.agent.Notification

persistent

Constructor Summary

AbstractNotification()
Constructs an AbstractNotification.
AbstractNotification(int clientContext)
Constructs an AbstractNotification.

Method Summary

int
getClientContext()
Returns the client context identifier.
String
toString()

Methods inherited from class fr.dyade.aaa.agent.Notification

clone, getContext, setContext, toString

Constructor Details

AbstractNotification

public AbstractNotification()
Constructs an AbstractNotification.


AbstractNotification

public AbstractNotification(int clientContext)
Constructs an AbstractNotification.

Parameters:
clientContext - Identifies a client context.

Method Details

getClientContext

public int getClientContext()
Returns the client context identifier.


toString

public String toString()
Overrides:
toString in interface Notification


Copyright B) 2004 Scalagent - All rights reserved