Package | Description |
---|---|
org.cytoscape.jobs |
This package provides a mechanism for executing remote jobs from within Cytoscape.
|
Modifier and Type | Field and Description |
---|---|
protected CyJobDataService |
AbstractCyJob.dataService |
Modifier and Type | Method and Description |
---|---|
CyJobDataService |
CyJobExecutionService.getDataService()
Return the
CyJobDataService that is used by service to marshall and unmarshall
data for the remote service. |
CyJobDataService |
CyJob.getJobDataService()
Return the
CyJobDataService that was used to
create this job. |
CyJobDataService |
AbstractCyJob.getJobDataService() |
Constructor and Description |
---|
AbstractCyJob(String name,
String basePath,
CyJobExecutionService executionService,
CyJobDataService dataService,
CyJobMonitor jobMonitor) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.