org.objectweb.joram.shared.client
Class AbstractJmsReply

java.lang.Object
  extended byorg.objectweb.joram.shared.client.AbstractJmsReply
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CnxCloseReply, CnxConnectReply, ConsumerMessages, GetAdminTopicReply, MomExceptionReply, QBrowseReply, ServerReply, SessCreateTDReply, XACnxRecoverReply

public class AbstractJmsReply
extends java.lang.Object
implements java.io.Serializable

An AbstractJmsReply is sent by a proxy to a Joram client as a reply to an AbstractJmsRequest.

See Also:
Serialized Form

Field Summary
protected  int correlationId
          Identifier of the replied request.
 
Constructor Summary
AbstractJmsReply()
          Constructs an AbstractJmsReply.
AbstractJmsReply(int correlationId)
          Constructs an AbstractJmsReply.
 
Method Summary
 int getCorrelationId()
          Returns the replied request identifier.
 java.lang.Integer getKey()
          Returns the identifier as an hashtable key.
 void setCorrelationId(int correlationId)
          Sets the replied request identifier.
 java.util.Hashtable soapCode()
           
static java.lang.Object soapDecode(java.util.Hashtable h)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

correlationId

protected int correlationId
Identifier of the replied request.

Constructor Detail

AbstractJmsReply

public AbstractJmsReply(int correlationId)
Constructs an AbstractJmsReply.

Parameters:
correlationId - Identifier of the replied request.

AbstractJmsReply

public AbstractJmsReply()
Constructs an AbstractJmsReply.

Method Detail

setCorrelationId

public void setCorrelationId(int correlationId)
Sets the replied request identifier.


getCorrelationId

public int getCorrelationId()
Returns the replied request identifier.


getKey

public java.lang.Integer getKey()
Returns the identifier as an hashtable key.


soapCode

public java.util.Hashtable soapCode()

soapDecode

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

toString

public java.lang.String toString()


Copyright ? 2004 Scalagent - All rights reserved