org.objectweb.joram.shared.client
Class CnxConnectReply
- java.io.Serializable
public class 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.
- Serialized Form
CnxConnectReply
public CnxConnectReply()
Constructs a CnxConnectReply
.
CnxConnectReply
public CnxConnectReply(CnxConnectRequest req,
int cnxKey,
String proxyId)
Constructs a CnxConnectReply
.
req
- The replied request.cnxKey
- The connection's key.proxyId
- The proxy's identifier.
getCnxKey
public int getCnxKey()
Returns the connection's key.
getProxyId
public String getProxyId()
Returns the proxy's identifier
setCnxKey
public void setCnxKey(int cnxKey)
Sets the connection key.
setProxyId
public void setProxyId(String proxyId)
Sets the proxy's identifier
soapDecode
public static Object soapDecode(Hashtable h)
- soapDecode in interface AbstractJmsReply
Copyright B) 2004 Scalagent - All rights reserved