orc.orchard.rmi
Class ExecutorService

java.lang.Object
  extended by orc.orchard.AbstractExecutorService
      extended by orc.orchard.rmi.ExecutorService
All Implemented Interfaces:
java.rmi.Remote, ExecutorServiceInterface

public class ExecutorService
extends AbstractExecutorService
implements ExecutorServiceInterface


Field Summary
 
Fields inherited from class orc.orchard.AbstractExecutorService
logger
 
Constructor Summary
ExecutorService(java.net.URI baseURI)
           
ExecutorService(java.net.URI baseURI, java.util.logging.Logger logger)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class orc.orchard.AbstractExecutorService
cancelPrompt, compileAndSubmit, compileAndSubmitConfigured, finishJob, getDefaultJobConfiguration, getDefaultLogger, getWaiter, haltJob, jobEvents, jobs, jobState, purgeJobEvents, respondToPrompt, startJob, submit, submitConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface orc.orchard.api.ExecutorServiceInterface
cancelPrompt, compileAndSubmit, compileAndSubmitConfigured, finishJob, haltJob, jobEvents, jobs, jobState, purgeJobEvents, respondToPrompt, startJob, submit, submitConfigured
 

Constructor Detail

ExecutorService

public ExecutorService(java.net.URI baseURI,
                       java.util.logging.Logger logger)
                throws java.rmi.RemoteException,
                       java.net.MalformedURLException
Throws:
java.rmi.RemoteException
java.net.MalformedURLException

ExecutorService

public ExecutorService(java.net.URI baseURI)
                throws java.rmi.RemoteException,
                       java.net.MalformedURLException
Throws:
java.rmi.RemoteException
java.net.MalformedURLException
Method Detail

main

public static void main(java.lang.String[] args)