Uses of Class
compbio.metadata.JobExecutionException

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

Uses of JobExecutionException in compbio.engine
 

Methods in compbio.engine that throw JobExecutionException
 ConfiguredExecutable<?> SyncExecutor.waitForResult()
          Call to this method block for as long as it is required for an executable to finish its job.
 

Uses of JobExecutionException in compbio.engine.cluster.drmaa
 

Methods in compbio.engine.cluster.drmaa that throw JobExecutionException
 org.ggf.drmaa.JobInfo JobRunner.getJobInfo()
          This method will block before the calculation has completed and then return the object containing a job execution statistics
 ConfiguredExecutable<?> JobRunner.waitForResult()
           
static org.ggf.drmaa.JobInfo ClusterUtil.waitForResult(ClusterSession csession, String jobId)
           
 

Uses of JobExecutionException in compbio.engine.local
 

Methods in compbio.engine.local that throw JobExecutionException
 ConfiguredExecutable<?> LocalRunner.waitForResult()