Package com.jme3.network.rmi
Class ObjectDef
java.lang.Object
com.jme3.network.rmi.ObjectDef
-
Field Summary
Modifier and TypeFieldDescriptionMethod definitions of the implementation.Method[]
Methods of the implementation on the local client.int
Object IDThe object name, can be null if undefined. -
Constructor Summary
-
Method Summary
-
Field Details
-
objectName
The object name, can be null if undefined. -
objectId
public int objectIdObject ID -
methods
Methods of the implementation on the local client. Set to null on remote clients. -
methodDefs
Method definitions of the implementation. Set to null on the local client.
-
-
Constructor Details
-
ObjectDef
public ObjectDef()
-
-
Method Details