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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameMethod name
- 
retTypeReturn type
- 
paramTypesParameter types
 
- 
- 
Constructor Details- 
MethodDefpublic MethodDef()
 
-