|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsMessage
org.objectweb.joram.shared.client.AbstractJmsReply
public abstract class 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. |
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
setCorrelationId(int correlationId)
Sets the replied request identifier. |
java.lang.String |
toString()
|
void |
toString(java.lang.StringBuffer strbuf)
|
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
| Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsMessage |
|---|
getClassId, read, readExternal, soapCode, soapDecode, write, writeExternal |
| 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()
AbstractJmsReply.
public AbstractJmsReply(int correlationId)
AbstractJmsReply.
correlationId - Identifier of the replied request.| Method Detail |
|---|
public final void setCorrelationId(int correlationId)
public final int getCorrelationId()
public final java.lang.String toString()
toString in class java.lang.Objectpublic void toString(java.lang.StringBuffer strbuf)
public void writeTo(java.io.OutputStream os)
throws java.io.IOException
os - the stream to write the object to
java.io.IOException
public void readFrom(java.io.InputStream is)
throws java.io.IOException
is - the stream to read data from in order to restore the object
java.io.IOException
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||