Uses of Interface
org.cytoscape.jobs.CyJobDataService
-
Packages that use CyJobDataService Package Description org.cytoscape.jobs This package provides a mechanism for executing remote jobs from within Cytoscape. -
-
Uses of CyJobDataService in org.cytoscape.jobs
Fields in org.cytoscape.jobs declared as CyJobDataService Modifier and Type Field Description protected CyJobDataService
AbstractCyJob. dataService
Methods in org.cytoscape.jobs that return CyJobDataService Modifier and Type Method Description CyJobDataService
CyJobExecutionService. getDataService()
Return theCyJobDataService
that is used by service to marshall and unmarshall data for the remote service.CyJobDataService
AbstractCyJob. getJobDataService()
CyJobDataService
CyJob. getJobDataService()
Return theCyJobDataService
that was used to create this job.Constructors in org.cytoscape.jobs with parameters of type CyJobDataService Constructor Description AbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)
-