|
Joram 5.0.7 | ||||||||
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
public abstract class AbstractReply
An AbstractReply
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 | |
---|---|
AbstractReply()
Constructs an AbstractReply . |
|
AbstractReply(int correlationId)
Constructs an AbstractReply . |
Method Summary | |
---|---|
int |
getCorrelationId()
Returns the replied request identifier. |
void |
readFrom(InputXStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
toString(java.lang.StringBuffer strbuf)
|
void |
writeTo(OutputXStream os)
The object implements the writeTo method to write its contents to the output stream. |
Methods inherited from class org.objectweb.joram.kclient.AbstractMessage |
---|
getClassId, read, toString, write |
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 AbstractReply()
AbstractReply
.
public AbstractReply(int correlationId)
AbstractReply
.
correlationId
- Identifier of the replied request.Method Detail |
---|
public final int getCorrelationId()
public void toString(java.lang.StringBuffer strbuf)
toString
in class AbstractMessage
public final void writeTo(OutputXStream os) throws java.io.IOException
os
- the stream to write the object to
java.io.IOException
public void readFrom(InputXStream is) throws java.io.IOException
is
- the stream to read data from in order to restore the object
java.io.IOException
|
Joram 5.0.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |