|
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
org.objectweb.joram.shared.client.CnxConnectReply
A CnxConnectReply
is sent by a JMS proxy as a reply to a
connection CnxConnectRequest
and holds the connection's key
and the proxy identifier.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
correlationId |
Constructor Summary | |
CnxConnectReply()
Constructs a CnxConnectReply . |
|
CnxConnectReply(CnxConnectRequest req,
int cnxKey,
java.lang.String proxyId)
Constructs a CnxConnectReply . |
Method Summary | |
int |
getCnxKey()
Returns the connection's key. |
java.lang.String |
getProxyId()
Returns the proxy's identifier |
void |
setCnxKey(int cnxKey)
Sets the connection key. |
void |
setProxyId(java.lang.String proxyId)
Sets the proxy's 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 |
public CnxConnectReply(CnxConnectRequest req, int cnxKey, java.lang.String proxyId)
CnxConnectReply
.
req
- The replied request.cnxKey
- The connection's key.proxyId
- The proxy's identifier.public CnxConnectReply()
CnxConnectReply
.
Method Detail |
public void setCnxKey(int cnxKey)
public void setProxyId(java.lang.String proxyId)
public int getCnxKey()
public java.lang.String getProxyId()
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsReply
public static java.lang.Object soapDecode(java.util.Hashtable h)
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |