Class RemoteObject

java.lang.Object
com.jme3.network.rmi.RemoteObject
All Implemented Interfaces:
InvocationHandler

public class RemoteObject extends Object implements InvocationHandler
Contains various meta-data about an RMI interface.
  • Constructor Details

  • Method Details

    • loadMethods

      public void loadMethods(Class<?> interfaceClass)
      Generates mappings from the given interface into the remote RMI interface's implementation.
      Parameters:
      interfaceClass - The interface class to use.
    • invoke

      public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
      Callback from InvocationHandler.
      Specified by:
      invoke in interface InvocationHandler
      Throws:
      Throwable