Uses of Interface
compbio.engine.AsyncExecutor

Packages that use AsyncExecutor
compbio.engine   
compbio.engine.cluster.drmaa   
compbio.engine.local   
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(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)