Package | Description |
---|---|
org.cytoscape.jobs |
This package provides a mechanism for executing remote jobs from within Cytoscape.
|
Modifier and Type | Method and Description |
---|---|
CyJobStatus |
CyJobManager.cancelJob(CyJob job)
Cancel the specified job
|
CyJobStatus |
CyJobExecutionService.cancelJob(CyJob job)
Cancel a running job.
|
CyJobStatus |
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 a
CyJob for remote execution. |
CyJobStatus |
CyJobExecutionService.fetchResults(CyJob job,
CyJobData data)
After a
CyJob status returns CyJobStatus.Status.FINISHED , this method is
used to fetch the results from the job execution. |
Modifier and Type | Method and Description |
---|---|
default void |
CyJobMonitor.jobStatusChanged(CyJob job,
CyJobStatus status)
This method is called whenever the status of a job changes.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.