org.objectweb.joram.mom.notifications
Class AbstractReply
- Cloneable, Serializable
public abstract class AbstractReply
An AbstractReply
is a reply sent by a destination agent to
a client agent.
AbstractReply
public AbstractReply()
Constructs an AbstractReply
.
AbstractReply
public AbstractReply(int clientContext,
int correlationId)
Constructs an AbstractReply
.
clientContext
- Client context identifier.correlationId
- Identifier of the reply.
getCorrelationId
public int getCorrelationId()
Returns the reply identifier.
Copyright B) 2004 Scalagent - All rights reserved