Class MethodDef

java.lang.Object
com.jme3.network.rmi.MethodDef

public class MethodDef extends Object
Method definition is used to map methods on an RMI interface to an implementation on a remote machine.
  • Field Details

    • name

      public String name
      Method name
    • retType

      public Class<?> retType
      Return type
    • paramTypes

      public Class<?>[] paramTypes
      Parameter types
  • Constructor Details

    • MethodDef

      public MethodDef()