|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.rmi.MethodDef
public class MethodDef
Method definition is used to map methods on an RMI interface to an implementation on a remote machine.
Field Summary | |
---|---|
java.lang.String |
name
Method name |
java.lang.Class<?>[] |
paramTypes
Parameter types |
java.lang.Class<?> |
retType
Return type |
Constructor Summary | |
---|---|
MethodDef()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.Class<?> retType
public java.lang.Class<?>[] paramTypes
Constructor Detail |
---|
public MethodDef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |