Uses of Interface
org.cytoscape.jobs.CyJobExecutionService
Packages that use CyJobExecutionService
Package
Description
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 CyJobExecutionServiceMethods in org.cytoscape.jobs that return CyJobExecutionServiceModifier and TypeMethodDescriptionAbstractCyJob.getJobExecutionService()CyJob.getJobExecutionService()Return theCyJobExecutionServicethat created this job.Constructors in org.cytoscape.jobs with parameters of type CyJobExecutionServiceModifierConstructorDescriptionAbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)