Uses of Interface
org.cytoscape.jobs.CyJobDataService
Package
Description
This package provides a mechanism for executing remote jobs from within Cytoscape.
-
Uses of CyJobDataService in org.cytoscape.jobs
Modifier 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.ModifierConstructorDescriptionAbstractCyJob
(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)