Uses of Class
org.cytoscape.jobs.CyJobStatus
Packages that use CyJobStatus
Package
Description
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 CyJobStatusModifier and TypeMethodDescriptionCancel a running job.Cancel the specified jobCyJobExecutionService.checkJobStatus
(CyJob job) Check on the status of a running job.CyJobExecutionService.executeJob
(CyJob job, String basePath, Map<String, Object> configuration, CyJobData inputData) Submit aCyJob
for remote execution.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 CyJobStatusModifier and TypeMethodDescriptiondefault void
CyJobMonitor.jobStatusChanged
(CyJob job, CyJobStatus status) This method is called whenever the status of a job changes.