Package | Description |
---|---|
org.cytoscape.jobs |
This package provides a mechanism for executing remote jobs from within Cytoscape.
|
Modifier and Type | Field and Description |
---|---|
protected CyJobMonitor |
AbstractCyJob.jobMonitor |
Modifier and Type | Method and Description |
---|---|
CyJobMonitor |
CyJob.getJobMonitor()
Return the service that handles status changes for this job.
|
CyJobMonitor |
AbstractCyJob.getJobMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
CyJobManager.addJob(CyJob job,
CyJobMonitor jobMonitor,
int pollInterval)
Add a job to be managed by the job manager.
|
void |
CyJobManager.associateMonitor(CyJob job,
CyJobMonitor jobMonitor,
int pollInterval)
Associate a monitor with a job.
|
void |
CyJob.setJobMonitor(CyJobMonitor jobMonitor)
Set the service that handles status changes for this job.
|
void |
AbstractCyJob.setJobMonitor(CyJobMonitor monitor) |
Constructor and Description |
---|
AbstractCyJob(String name,
String basePath,
CyJobExecutionService executionService,
CyJobDataService dataService,
CyJobMonitor jobMonitor) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.