Package compbio.engine.local

An local engine classes responsible for execution of Executables on the local computer (the same machine as JVM running these classes).

See:
          Description

Class Summary
_TrackingExecutor This executor extends standard Java ExecutorService by adding the method to obtain all Runnables which were running and did not complete upon executor termination.
AsyncLocalRunner  
ExecutableWrapper  
LocalEngineUtil  
LocalExecutorService  
LocalRunner  
StreamGobbler  
 

Package compbio.engine.local Description

An local engine classes responsible for execution of Executables on the local computer (the same machine as JVM running these classes). Implementation uses Java 6 Executor framework to execute native programmes in parallel in different threads. Classes in this package depend on the data model classes. They form a second layer of Jalview Web Services v2.

Author:
Petr Troshin Date January 2010