Package com.jme3.network.rmi
Class ObjectDef
java.lang.Object
com.jme3.network.rmi.ObjectDef
- 
Field SummaryFieldsModifier and TypeFieldDescriptionMethod definitions of the implementation.Method[]Methods of the implementation on the local client.intObject IDThe object name, can be null if undefined.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
objectNameThe object name, can be null if undefined.
- 
objectIdpublic int objectIdObject ID
- 
methodsMethods of the implementation on the local client. Set to null on remote clients.
- 
methodDefsMethod definitions of the implementation. Set to null on the local client.
 
- 
- 
Constructor Details- 
ObjectDefpublic ObjectDef()
 
- 
- 
Method Details