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. |
クラス 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