|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.comm.shared.Message
org.sourceforge.jemm.comm.shared.RPCCallRespMessage
public class RPCCallRespMessage
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 | |
---|---|
java.lang.Object |
getReturnValue()
|
boolean |
isCallSuccess()
|
Methods inherited from class org.sourceforge.jemm.comm.shared.Message |
---|
getThreadId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.Method Detail |
---|
public boolean isCallSuccess()
public java.lang.Object getReturnValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |