public class RemoteMethodReturnMessage extends AbstractMessage
RemoteMethodCallMessage with a non-zero invocationID.| Modifier and Type | Field and Description | 
|---|---|
| short | invocationIDInvocation ID that was set in the  RemoteMethodCallMessage. | 
| java.lang.Object | retValThe return value, could be null. | 
| Constructor and Description | 
|---|
| RemoteMethodReturnMessage() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
isReliable, setReliablepublic short invocationID
RemoteMethodCallMessage.public java.lang.Object retVal