Uses of Class
org.cytoscape.jobs.CyJobStatus
-
Packages that use CyJobStatus Package Description org.cytoscape.jobs This package provides a mechanism for executing remote jobs from within Cytoscape. -
-
Uses of CyJobStatus in org.cytoscape.jobs
Methods in org.cytoscape.jobs that return CyJobStatus Modifier and Type Method Description CyJobStatusCyJobExecutionService. cancelJob(CyJob job)Cancel a running job.CyJobStatusCyJobManager. cancelJob(CyJob job)Cancel the specified jobCyJobStatusCyJobExecutionService. checkJobStatus(CyJob job)Check on the status of a running job.CyJobStatusCyJobExecutionService. executeJob(CyJob job, String basePath, Map<String,Object> configuration, CyJobData inputData)Submit aCyJobfor remote execution.CyJobStatusCyJobExecutionService. fetchResults(CyJob job, CyJobData data)After aCyJobstatus returnsCyJobStatus.Status.FINISHED, this method is used to fetch the results from the job execution.Methods in org.cytoscape.jobs with parameters of type CyJobStatus Modifier and Type Method Description default voidCyJobMonitor. jobStatusChanged(CyJob job, CyJobStatus status)This method is called whenever the status of a job changes.
-