org.objectweb.joram.mom.notifications.AbstractReply Class Reference

Inherits org.objectweb.joram.mom.notifications.AbstractNotification.

Inherited by org.objectweb.joram.mom.notifications.BrowseReply, org.objectweb.joram.mom.notifications.ExceptionReply, org.objectweb.joram.mom.notifications.QueueMsgReply, org.objectweb.joram.mom.notifications.SubscribeReply, and org.objectweb.joram.mom.notifications.TopicMsgsReply.

Inheritance diagram for org.objectweb.joram.mom.notifications.AbstractReply:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.mom.notifications.AbstractReply:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AbstractReply (int clientContext, int correlationId)
 AbstractReply ()
int getCorrelationId ()
StringBuffer toString (StringBuffer output)

Detailed Description

An AbstractReply is a reply sent by a destination agent to a client agent.

Definition at line 30 of file AbstractReply.java.


Constructor & Destructor Documentation

org.objectweb.joram.mom.notifications.AbstractReply.AbstractReply ( int  clientContext,
int  correlationId 
)

Constructs an AbstractReply.

Parameters:
clientContext Client context identifier.
correlationId Identifier of the reply.

Definition at line 45 of file AbstractReply.java.

org.objectweb.joram.mom.notifications.AbstractReply.AbstractReply (  ) 

Constructs an AbstractReply.

Definition at line 54 of file AbstractReply.java.


Member Function Documentation

int org.objectweb.joram.mom.notifications.AbstractReply.getCorrelationId (  ) 

Returns the reply identifier.

Definition at line 59 of file AbstractReply.java.

StringBuffer org.objectweb.joram.mom.notifications.AbstractReply.toString ( StringBuffer  output  ) 

Appends a string image for this object to the StringBuffer parameter.

Parameters:
output buffer to fill in
Returns:
output buffer is returned

Reimplemented from org.objectweb.joram.mom.notifications.AbstractNotification.

Reimplemented in org.objectweb.joram.mom.notifications.QueueMsgReply.

Definition at line 72 of file AbstractReply.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:19:55 2008 for joram by  doxygen 1.5.0