|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemmrpc.shared.Message
org.sourceforge.jemmrpc.shared.RPCCallRespMessage
public class RPCCallRespMessage
Field Summary | |
---|---|
boolean |
callSuccess
Whether the call was a normal return or an exception. |
java.lang.Object |
returnValue
Returned value, or thrown exception. |
Constructor Summary | |
---|---|
RPCCallRespMessage(java.lang.String threadId,
boolean normalReturn,
java.lang.Object returnValue)
Create an RPCCallRespMessage for the given caller thread, with the returned value or exception |
Method Summary |
---|
Methods inherited from class org.sourceforge.jemmrpc.shared.Message |
---|
getThreadId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final boolean callSuccess
public final java.lang.Object returnValue
Constructor Detail |
---|
public RPCCallRespMessage(java.lang.String threadId, boolean normalReturn, java.lang.Object returnValue)
threadId
- The calling threadId.normalReturn
- If true, the 'returnValue' is the method return value, false it is a
thrown exception.returnValue
- The returned value or exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |