Uses of Interface
org.cytoscape.jobs.CyJobMonitor
-
Packages that use CyJobMonitor Package Description org.cytoscape.jobs 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 CyJobMonitor Modifier and Type Field Description protected CyJobMonitor
AbstractCyJob. jobMonitor
Methods in org.cytoscape.jobs that return CyJobMonitor Modifier and Type Method Description CyJobMonitor
AbstractCyJob. getJobMonitor()
CyJobMonitor
CyJob. getJobMonitor()
Return the service that handles status changes for this job.Methods in org.cytoscape.jobs with parameters of type CyJobMonitor Modifier and Type Method 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
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 CyJobMonitor Constructor Description AbstractCyJob(String name, String basePath, CyJobExecutionService executionService, CyJobDataService dataService, CyJobMonitor jobMonitor)
-