com.jme3.network.rmi
クラス ObjectDef

java.lang.Object
  上位を拡張 com.jme3.network.rmi.ObjectDef

public class ObjectDef
extends java.lang.Object


フィールドの概要
 MethodDef[] methodDefs
          Method definitions of the implementation.
 java.lang.reflect.Method[] methods
          Methods of the implementation on the local client.
 int objectId
          Object ID
 java.lang.String objectName
          The object name, can be null if undefined.
 
コンストラクタの概要
ObjectDef()
           
 
メソッドの概要
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

objectName

public java.lang.String objectName
The object name, can be null if undefined.


objectId

public int objectId
Object ID


methods

public java.lang.reflect.Method[] methods
Methods of the implementation on the local client. Set to null on remote clients.


methodDefs

public MethodDef[] methodDefs
Method definitions of the implementation. Set to null on the local client.

コンストラクタの詳細

ObjectDef

public ObjectDef()
メソッドの詳細

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString