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