Package com.jme3.network.rmi
Class MethodDef
java.lang.Object
com.jme3.network.rmi.MethodDef
Method definition is used to map methods on an RMI interface
 to an implementation on a remote machine.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
name
Method name - 
retType
Return type - 
paramTypes
Parameter types 
 - 
 - 
Constructor Details
- 
MethodDef
public MethodDef() 
 -