Uses of Class
compbio.engine.cluster.drmaa.ClusterSession

Packages that use ClusterSession
compbio.engine.cluster.drmaa An cluster engine classes responsible for execution of Executables on the clusters. 
 

Uses of ClusterSession in compbio.engine.cluster.drmaa
 

Methods in compbio.engine.cluster.drmaa with parameters of type ClusterSession
static boolean ClusterUtil.cancelJob(java.lang.String jobId, ClusterSession csession)
           
static org.ggf.drmaa.JobInfo ClusterUtil.waitForResult(ClusterSession csession, java.lang.String jobId)