Package orc.orchard.rmi

RMI bindings for Orchard services.

See:
          Description

Class Summary
CompilerService  
ExecutorService  
RmiTest  
 

Package orc.orchard.rmi Description

RMI bindings for Orchard services.

To run these services locally:

  1. Start rmiregistry with the classpath pointing to the Orc classpath.
  2. Run ExecutorService. By default this starts the executor at rmi://localhost/orchard
  3. Run RmiTest to run a simple test.

Running across a network is somewhat more complicated. I will document that soon.