|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.cmu.aura.service.rpc.ReturnEnvelope
ReturnEnvelope holds the return values of the method invocation.
| Constructor Summary | |
ReturnEnvelope()
Create a ReturnEnvelope. |
|
| Method Summary | |
java.lang.Object |
getReturnValue()
Get the return value from this ReturnEnvelope. |
void |
setReturnValue(java.lang.Object returnValue)
Set the return value for this envelope. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReturnEnvelope()
| Method Detail |
public void setReturnValue(java.lang.Object returnValue)
returnValue - the return value of the call.public java.lang.Object getReturnValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||