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 CyJobDataServiceAbstractCyJob. dataServiceMethods in org.cytoscape.jobs that return CyJobDataService Modifier and Type Method Description CyJobDataServiceCyJobExecutionService. getDataService()Return theCyJobDataServicethat is used by service to marshall and unmarshall data for the remote service.CyJobDataServiceAbstractCyJob. getJobDataService()CyJobDataServiceCyJob. getJobDataService()Return theCyJobDataServicethat 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)
-