com.jme3.network.rmi
Class ObjectDef

java.lang.Object
  extended by com.jme3.network.rmi.ObjectDef

public class ObjectDef
extends java.lang.Object


Field Summary
 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.
 
Constructor Summary
ObjectDef()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ObjectDef

public ObjectDef()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object