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 Summary
-
Method Summary
-
Constructor Details
-
RemoteObject
-
-
Method Details
-
loadMethods
Generates mappings from the given interface into the remote RMI interface's implementation.- Parameters:
interfaceClass
- The interface class to use.
-
invoke
Callback from InvocationHandler.- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-