Uses of Interface
org.cytoscape.jobs.CyJobDataService
Packages that use CyJobDataService
Package
Description
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 CyJobDataServiceMethods in org.cytoscape.jobs that return CyJobDataServiceModifier and TypeMethodDescriptionCyJobExecutionService.getDataService()
Return theCyJobDataService
that is used by service to marshall and unmarshall data for the remote service.AbstractCyJob.getJobDataService()
CyJob.getJobDataService()
Return theCyJobDataService
that was used to create this job.Constructors in org.cytoscape.jobs with parameters of type CyJobDataServiceModifierConstructorDescriptionAbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)