Uses of Interface
org.cytoscape.jobs.CyJobExecutionService
Package
Description
This package provides a mechanism for executing remote jobs from within Cytoscape.
-
Uses of CyJobExecutionService in org.cytoscape.jobs
Modifier and TypeMethodDescriptionAbstractCyJob.getJobExecutionService()
CyJob.getJobExecutionService()
Return theCyJobExecutionService
that created this job.ModifierConstructorDescriptionAbstractCyJob
(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)