compbio.engine.cluster.drmaa
Class ClusterUtil

java.lang.Object
  extended by compbio.engine.cluster.drmaa.ClusterUtil

public class ClusterUtil
extends Object


Field Summary
static NumberFormat CLUSTER_STAT_IN_SEC
           
 
Constructor Summary
ClusterUtil()
           
 
Method Summary
static boolean cancelJob(String jobId, ClusterSession csession)
           
static org.ggf.drmaa.JobInfo waitForResult(ClusterSession csession, String jobId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLUSTER_STAT_IN_SEC

public static final NumberFormat CLUSTER_STAT_IN_SEC
Constructor Detail

ClusterUtil

public ClusterUtil()
Method Detail

cancelJob

public static final boolean cancelJob(String jobId,
                                      ClusterSession csession)

waitForResult

public static final org.ggf.drmaa.JobInfo waitForResult(ClusterSession csession,
                                                        String jobId)
                                                 throws JobExecutionException
Throws:
JobExecutionException