Uses of Interface
compbio.engine.SyncExecutor

Packages that use SyncExecutor
compbio.engine   
compbio.engine.cluster.drmaa   
compbio.engine.local   
 

Uses of SyncExecutor in compbio.engine
 

Methods in compbio.engine that return SyncExecutor
static SyncExecutor Configurator.getSyncEngine(ConfiguredExecutable<?> executable)
           
static SyncExecutor Configurator.getSyncEngine(ConfiguredExecutable<?> executable, Executable.ExecProvider provider)
           
 

Uses of SyncExecutor in compbio.engine.cluster.drmaa
 

Classes in compbio.engine.cluster.drmaa that implement SyncExecutor
 class JobRunner
          Single cluster job runner class
 

Uses of SyncExecutor in compbio.engine.local
 

Classes in compbio.engine.local that implement SyncExecutor
 class LocalRunner