Uses of Package
compbio.engine

Packages that use compbio.engine
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   
 

Classes in compbio.engine used by compbio.engine
AsyncExecutor
          An asynchronous executor engine, capable of running, cancelling, obtaining results calculated by a native executable wrapper in Executable interface.
ClusterJobId
           
FilePuller
           
Job
           
SyncExecutor
          Synchronous executor, is an engine to run the Executable synchronously.
 

Classes in compbio.engine used by compbio.engine.cluster.drmaa
AsyncExecutor
          An asynchronous executor engine, capable of running, cancelling, obtaining results calculated by a native executable wrapper in Executable interface.
ClusterJobId
           
SyncExecutor
          Synchronous executor, is an engine to run the Executable synchronously.
 

Classes in compbio.engine used by compbio.engine.local
AsyncExecutor
          An asynchronous executor engine, capable of running, cancelling, obtaining results calculated by a native executable wrapper in Executable interface.
SyncExecutor
          Synchronous executor, is an engine to run the Executable synchronously.
 

Classes in compbio.engine used by compbio.ws.server
AsyncExecutor
          An asynchronous executor engine, capable of running, cancelling, obtaining results calculated by a native executable wrapper in Executable interface.