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 theCyJobDataServicethat is used by service to marshall and unmarshall data for the remote service.AbstractCyJob.getJobDataService()CyJob.getJobDataService()Return theCyJobDataServicethat 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)