Package com.jme3.network.rmi
Class RemoteMethodReturnMessage
java.lang.Object
com.jme3.network.AbstractMessage
com.jme3.network.rmi.RemoteMethodReturnMessage
- All Implemented Interfaces:
Message
Contains the return value for a remote method invocation, sent as a response
to a
RemoteMethodCallMessage
with a non-zero invocationID.-
Field Summary
Modifier and TypeFieldDescriptionshort
Invocation ID that was set in theRemoteMethodCallMessage
.The return value, could be null. -
Constructor Summary
-
Method Summary
Methods inherited from class com.jme3.network.AbstractMessage
isReliable, setReliable
-
Field Details
-
invocationID
public short invocationIDInvocation ID that was set in theRemoteMethodCallMessage
. -
retVal
The return value, could be null.
-
-
Constructor Details
-
RemoteMethodReturnMessage
public RemoteMethodReturnMessage()
-
-
Method Details