Class Dispatcher

java.lang.Object
javaforce.ipc.Dispatcher

public class Dispatcher extends Object
  • Constructor Details

    • Dispatcher

      public Dispatcher(Object obj)
      Create Dispatcher that will dispatch methods in obj.
  • Method Details

    • dispatch

      public Object dispatch(String method_name, Object[] args) throws Exception
      Dispatches a method request and returns the return value from the method.
      Throws:
      Exception