Uses of Interface
org.cytoscape.jobs.CyJobMonitor
Package
Description
This package provides a mechanism for executing remote jobs from within Cytoscape.
-
Uses of CyJobMonitor in org.cytoscape.jobs
Modifier and TypeMethodDescriptionAbstractCyJob.getJobMonitor()
CyJob.getJobMonitor()
Return the service that handles status changes for this job.Modifier and TypeMethodDescriptionvoid
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
AbstractCyJob.setJobMonitor(CyJobMonitor monitor)
void
CyJob.setJobMonitor(CyJobMonitor jobMonitor)
Set the service that handles status changes for this job.ModifierConstructorDescriptionAbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)