Uses of Interface
org.cytoscape.jobs.CyJobExecutionService
-
Packages that use CyJobExecutionService Package Description org.cytoscape.jobs This package provides a mechanism for executing remote jobs from within Cytoscape. -
-
Uses of CyJobExecutionService in org.cytoscape.jobs
Fields in org.cytoscape.jobs declared as CyJobExecutionService Modifier and Type Field Description protected CyJobExecutionService
AbstractCyJob. execService
Methods in org.cytoscape.jobs that return CyJobExecutionService Modifier and Type Method Description CyJobExecutionService
AbstractCyJob. getJobExecutionService()
CyJobExecutionService
CyJob. getJobExecutionService()
Return theCyJobExecutionService
that created this job.Constructors in org.cytoscape.jobs with parameters of type CyJobExecutionService Constructor Description AbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)
-