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


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 () |
SessCreateTDReply is used by a JMS proxy for replying to a SessCreate<TQ/TT>Request.
Definition at line 36 of file SessCreateTDReply.java.
| org.objectweb.joram.shared.client.SessCreateTDReply.SessCreateTDReply | ( | AbstractJmsRequest | request, | |
| String | agentId | |||
| ) |
Constructs a SessCreateTDReply instance.
| 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.
| 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.
| 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.
| 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.
1.5.0