|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.rmi.ObjectDef
public class ObjectDef
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 |
---|
public java.lang.String objectName
public int objectId
public java.lang.reflect.Method[] methods
public MethodDef[] methodDefs
Constructor Detail |
---|
public ObjectDef()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |