Uses of Class
compbio.engine.ClusterJobId

Packages that use ClusterJobId
compbio.engine   
compbio.engine.cluster.drmaa   
 

Uses of ClusterJobId in compbio.engine
 

Methods in compbio.engine that return ClusterJobId
 ClusterJobId Job.getJobId()
           
 

Uses of ClusterJobId in compbio.engine.cluster.drmaa
 

Methods in compbio.engine.cluster.drmaa that return ClusterJobId
static ClusterJobId ClusterSession.getClusterJobId(String taskId)
           
 

Methods in compbio.engine.cluster.drmaa with parameters of type ClusterJobId
 int ClusterSession.getJobStatus(ClusterJobId jobId)
          Apparently completed jobs cannot be found! If this happened most likely that the job is not running any more and Most likely it has been cancelled, finished or failed.