org.objectweb.joram.shared.client
Class AbstractJmsReply
java.lang.Object
org.objectweb.joram.shared.client.AbstractJmsReply
- java.io.Serializable
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
.
- Serialized Form
correlationId
protected int correlationId
Identifier of the replied request.
AbstractJmsReply
public AbstractJmsReply()
Constructs an AbstractJmsReply
.
AbstractJmsReply
public AbstractJmsReply(int correlationId)
Constructs an AbstractJmsReply
.
correlationId
- Identifier of the replied request.
getCorrelationId
public int getCorrelationId()
Returns the replied request identifier.
getKey
public Integer getKey()
Returns the identifier as an hashtable key.
setCorrelationId
public void setCorrelationId(int correlationId)
Sets the replied request identifier.
soapCode
public Hashtable soapCode()
soapDecode
public static Object soapDecode(Hashtable h)
toString
public String toString()
Copyright B) 2004 Scalagent - All rights reserved