com.jme3.network.rmi
クラス RemoteMethodReturnMessage
java.lang.Object
com.jme3.network.AbstractMessage
com.jme3.network.rmi.RemoteMethodReturnMessage
- すべての実装されたインタフェース:
- Message
public class RemoteMethodReturnMessage
- extends AbstractMessage
Contains the return value for a remote method invocation, sent as a response
to a RemoteMethodCallMessage
with a non-zero invocationID.
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
invocationID
public short invocationID
- Invocation ID that was set in the
RemoteMethodCallMessage
.
retVal
public java.lang.Object retVal
- The return value, could be null.
RemoteMethodReturnMessage
public RemoteMethodReturnMessage()
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString