|
Joram ${version} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsReply
An AbstractJmsReply is sent by a proxy to a Joram client as a
reply to an AbstractJmsRequest.
| 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 |
protected int correlationId
| Constructor Detail |
public AbstractJmsReply(int correlationId)
AbstractJmsReply.
correlationId - Identifier of the replied request.public AbstractJmsReply()
AbstractJmsReply.
| Method Detail |
public void setCorrelationId(int correlationId)
public int getCorrelationId()
public java.lang.Integer getKey()
public java.util.Hashtable soapCode()
public static java.lang.Object soapDecode(java.util.Hashtable h)
public java.lang.String toString()
|
Joram ${version} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||