Joram ${version}

org.objectweb.joram.shared.client
Class SessCreateTDReply

java.lang.Object
  extended byorg.objectweb.joram.shared.client.AbstractJmsReply
      extended byorg.objectweb.joram.shared.client.SessCreateTDReply
All Implemented Interfaces:
java.io.Serializable

public class SessCreateTDReply
extends AbstractJmsReply

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

See Also:
Serialized Form

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.
 void setAgentId(java.lang.String agentId)
          Sets the destination identifier.
 java.util.Hashtable soapCode()
           
static java.lang.Object soapDecode(java.util.Hashtable h)
           
 
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply
getCorrelationId, getKey, setCorrelationId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessCreateTDReply

public SessCreateTDReply(AbstractJmsRequest request,
                         java.lang.String agentId)
Constructs a SessCreateTDReply instance.

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

SessCreateTDReply

public SessCreateTDReply()
Constructs a SessCreateTDReply instance.

Method Detail

setAgentId

public void setAgentId(java.lang.String agentId)
Sets the destination identifier.


getAgentId

public java.lang.String getAgentId()
Returns the temporary destination's agent identifier.


soapCode

public java.util.Hashtable soapCode()
Overrides:
soapCode in class AbstractJmsReply

soapDecode

public static java.lang.Object soapDecode(java.util.Hashtable h)

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved