Uses of Interface
org.cytoscape.jobs.CyJobMonitor
Packages that use CyJobMonitor
Package
Description
This package provides a mechanism for executing remote jobs from within Cytoscape.
-
Uses of CyJobMonitor in org.cytoscape.jobs
Fields in org.cytoscape.jobs declared as CyJobMonitorMethods in org.cytoscape.jobs that return CyJobMonitorModifier and TypeMethodDescriptionAbstractCyJob.getJobMonitor()
CyJob.getJobMonitor()
Return the service that handles status changes for this job.Methods in org.cytoscape.jobs with parameters of type CyJobMonitorModifier 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.Constructors in org.cytoscape.jobs with parameters of type CyJobMonitorModifierConstructorDescriptionAbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)