|
Joram 5.0.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.kclient.AbstractMessage
org.objectweb.joram.kclient.AbstractReply
org.objectweb.joram.kclient.CnxConnectReply
public final 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.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.kclient.AbstractReply |
---|
correlationId |
Constructor Summary | |
---|---|
CnxConnectReply()
Constructs a CnxConnectReply . |
Method Summary | |
---|---|
protected int |
getClassId()
|
int |
getCnxKey()
Returns the connection's key. |
java.lang.String |
getProxyId()
Returns the proxy's identifier |
void |
readFrom(InputXStream is)
The object implements the readFrom method to restore its contents from the input stream. |
Methods inherited from class org.objectweb.joram.kclient.AbstractReply |
---|
getCorrelationId, toString, writeTo |
Methods inherited from class org.objectweb.joram.kclient.AbstractMessage |
---|
read, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CnxConnectReply()
CnxConnectReply
.
Method Detail |
---|
public int getCnxKey()
public java.lang.String getProxyId()
protected int getClassId()
getClassId
in class AbstractMessage
public void readFrom(InputXStream is) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class AbstractReply
is
- the stream to read data from in order to restore the object
java.io.IOException
|
Joram 5.0.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |