|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.AbstractMessage
com.jme3.network.rmi.RemoteMethodReturnMessage
public class RemoteMethodReturnMessage
Contains the return value for a remote method invocation, sent as a response
to a RemoteMethodCallMessage
with a non-zero invocationID.
Field Summary | |
---|---|
short |
invocationID
Invocation ID that was set in the RemoteMethodCallMessage . |
java.lang.Object |
retVal
The return value, could be null. |
Constructor Summary | |
---|---|
RemoteMethodReturnMessage()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.jme3.network.AbstractMessage |
---|
isReliable, setReliable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public short invocationID
RemoteMethodCallMessage
.
public java.lang.Object retVal
Constructor Detail |
---|
public RemoteMethodReturnMessage()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |