orc.orchard.java
Class ExecutorService

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

public class ExecutorService
extends AbstractExecutorService


Field Summary
 
Fields inherited from class orc.orchard.AbstractExecutorService
logger
 
Constructor Summary
ExecutorService()
           
 
Method Summary
 
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
 

Constructor Detail

ExecutorService

public ExecutorService()