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
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
Method name -
retType
Return type -
paramTypes
Parameter types
-
-
Constructor Details
-
MethodDef
public MethodDef()
-