com.jme3.network.rmi
Class MethodDef

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

public class MethodDef
extends java.lang.Object

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

name

public java.lang.String name
Method name


retType

public java.lang.Class<?> retType
Return type


paramTypes

public java.lang.Class<?>[] paramTypes
Parameter types

Constructor Detail

MethodDef

public MethodDef()