Uses of Interface
compbio.engine.AsyncExecutor

Packages that use AsyncExecutor
compbio.engine   
compbio.engine.cluster.drmaa An cluster engine classes responsible for execution of Executables on the clusters. 
compbio.engine.local An local engine classes responsible for execution of Executables on the local computer (the same machine as JVM running these classes). 
compbio.ws.server   
 

Uses of AsyncExecutor in compbio.engine
 

Methods in compbio.engine that return AsyncExecutor
static AsyncExecutor Configurator.getAsyncEngine(ConfiguredExecutable<?> executable)
           
static AsyncExecutor Configurator.getAsyncEngine(ConfiguredExecutable<?> executable, Executable.ExecProvider provider)
           
static AsyncExecutor Configurator.getAsyncEngine(java.lang.String taskId)
           
 

Uses of AsyncExecutor in compbio.engine.cluster.drmaa
 

Classes in compbio.engine.cluster.drmaa that implement AsyncExecutor
 class AsyncJobRunner
          Single cluster job runner class
 

Uses of AsyncExecutor in compbio.engine.local
 

Classes in compbio.engine.local that implement AsyncExecutor
 class AsyncLocalRunner
           
 

Uses of AsyncExecutor in compbio.ws.server
 

Methods in compbio.ws.server that return AsyncExecutor
static AsyncExecutor WSUtil.getEngine(ConfiguredExecutable<?> confClustal)