|
||||||||||
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
org.objectweb.joram.shared.client.ServerReply
public final class ServerReply
A ServerReply
is used by a JMS proxy for
acknowledging the receipt of a synchronous AbstractJmsRequest
request.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
---|
correlationId |
Constructor Summary | |
---|---|
ServerReply()
Constructs a ServerReply instance. |
|
ServerReply(AbstractJmsRequest request)
Constructs a ServerReply instance. |
|
ServerReply(int correlationId)
Constructs a ServerReply instance. |
Method Summary | |
---|---|
protected int |
getClassId()
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
---|
getCorrelationId, readFrom, setCorrelationId, toString, toString, writeTo |
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsMessage |
---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerReply(AbstractJmsRequest request)
ServerReply
instance.
request
- The acknowledged JMS request.public ServerReply(int correlationId)
ServerReply
instance.
correlationId
- Correlation identifier.public ServerReply()
ServerReply
instance.
Method Detail |
---|
protected int getClassId()
getClassId
in class AbstractJmsMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |