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 CyJobExecutionServiceAbstractCyJob. execServiceMethods in org.cytoscape.jobs that return CyJobExecutionService Modifier and Type Method Description CyJobExecutionServiceAbstractCyJob. getJobExecutionService()CyJobExecutionServiceCyJob. getJobExecutionService()Return theCyJobExecutionServicethat 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)
-