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 CyJobStatus
CyJobExecutionService. cancelJob(CyJob job)
Cancel a running job.CyJobStatus
CyJobManager. cancelJob(CyJob job)
Cancel the specified jobCyJobStatus
CyJobExecutionService. checkJobStatus(CyJob job)
Check on the status of a running job.CyJobStatus
CyJobExecutionService. executeJob(CyJob job, String basePath, Map<String,Object> configuration, CyJobData inputData)
Submit aCyJob
for remote execution.CyJobStatus
CyJobExecutionService. fetchResults(CyJob job, CyJobData data)
After aCyJob
status 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 void
CyJobMonitor. jobStatusChanged(CyJob job, CyJobStatus status)
This method is called whenever the status of a job changes.
-