Package com.jme3.network.rmi
Class RemoteObject
java.lang.Object
com.jme3.network.rmi.RemoteObject
- All Implemented Interfaces:
- InvocationHandler
Contains various meta-data about an RMI interface.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RemoteObject
 
- 
- 
Method Details- 
loadMethodsGenerates mappings from the given interface into the remote RMI interface's implementation.- Parameters:
- interfaceClass- The interface class to use.
 
- 
invokeCallback from InvocationHandler.- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
 
 
-