|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsMessage
org.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.SessCreateTDReply
public final class SessCreateTDReply
A SessCreateTDReply is used by a JMS proxy for replying
to a SessCreate<TQ/TT>Request.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
|---|
correlationId |
| Constructor Summary | |
|---|---|
SessCreateTDReply()
Constructs a SessCreateTDReply instance. |
|
SessCreateTDReply(AbstractJmsRequest request,
java.lang.String agentId)
Constructs a SessCreateTDReply instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAgentId()
Returns the temporary destination's agent identifier. |
protected int |
getClassId()
|
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
setAgentId(java.lang.String agentId)
Sets the destination identifier. |
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
| Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
|---|
getCorrelationId, setCorrelationId, toString, toString |
| Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsMessage |
|---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessCreateTDReply(AbstractJmsRequest request,
java.lang.String agentId)
SessCreateTDReply instance.
request - The replied request.agentId - String identifier of the destination agent.public SessCreateTDReply()
SessCreateTDReply instance.
| Method Detail |
|---|
public void setAgentId(java.lang.String agentId)
public java.lang.String getAgentId()
protected int getClassId()
getClassId in class AbstractJmsMessage
public void writeTo(java.io.OutputStream os)
throws java.io.IOException
writeTo in interface StreamablewriteTo in class AbstractJmsReplyos - the stream to write the object to
java.io.IOException
public void readFrom(java.io.InputStream is)
throws java.io.IOException
readFrom in interface StreamablereadFrom in class AbstractJmsReplyis - the stream to read data from in order to restore the object
java.io.IOException
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||