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.


フィールドの概要
 short invocationID
          Invocation ID that was set in the RemoteMethodCallMessage.
 java.lang.Object retVal
          The return value, could be null.
 
コンストラクタの概要
RemoteMethodReturnMessage()
           
 
メソッドの概要
 java.lang.String toString()
           
 
クラス com.jme3.network.AbstractMessage から継承されたメソッド
isReliable, setReliable
 
クラス 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