org.objectweb.joram.shared.client.SessCreateTDReply Class Reference

Inherits org.objectweb.joram.shared.client.AbstractJmsReply.

Inheritance diagram for org.objectweb.joram.shared.client.SessCreateTDReply:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.shared.client.SessCreateTDReply:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setAgentId (String agentId)
String getAgentId ()
 SessCreateTDReply (AbstractJmsRequest request, String agentId)
 SessCreateTDReply ()
void writeTo (OutputStream os) throws IOException
void readFrom (InputStream is) throws IOException

Protected Member Functions

int getClassId ()

Detailed Description

A SessCreateTDReply is used by a JMS proxy for replying to a SessCreate<TQ/TT>Request.

Definition at line 36 of file SessCreateTDReply.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.client.SessCreateTDReply.SessCreateTDReply ( AbstractJmsRequest  request,
String  agentId 
)

Constructs a SessCreateTDReply instance.

Parameters:
request The replied request.
agentId String identifier of the destination agent.

Definition at line 63 of file SessCreateTDReply.java.

References org.objectweb.joram.shared.client.AbstractJmsRequest.getRequestId().

Here is the call graph for this function:

org.objectweb.joram.shared.client.SessCreateTDReply.SessCreateTDReply (  ) 

Constructs a SessCreateTDReply instance.

Definition at line 71 of file SessCreateTDReply.java.


Member Function Documentation

void org.objectweb.joram.shared.client.SessCreateTDReply.setAgentId ( String  agentId  ) 

Sets the destination identifier.

Definition at line 44 of file SessCreateTDReply.java.

String org.objectweb.joram.shared.client.SessCreateTDReply.getAgentId (  ) 

Returns the temporary destination's agent identifier.

Definition at line 49 of file SessCreateTDReply.java.

Referenced by org.objectweb.joram.client.jms.Session.createTemporaryQueue(), and org.objectweb.joram.client.jms.Session.createTemporaryTopic().

void org.objectweb.joram.shared.client.SessCreateTDReply.writeTo ( OutputStream  os  )  throws IOException

The object implements the writeTo method to write its contents to the output stream.

Parameters:
os the stream to write the object to

Reimplemented from org.objectweb.joram.shared.client.AbstractJmsReply.

Definition at line 83 of file SessCreateTDReply.java.

void org.objectweb.joram.shared.client.SessCreateTDReply.readFrom ( InputStream  is  )  throws IOException

The object implements the readFrom method to restore its contents from the input stream.

Parameters:
is the stream to read data from in order to restore the object

Reimplemented from org.objectweb.joram.shared.client.AbstractJmsReply.

Definition at line 94 of file SessCreateTDReply.java.


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