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 CyJobMonitorAbstractCyJob. jobMonitorMethods in org.cytoscape.jobs that return CyJobMonitor Modifier and Type Method Description CyJobMonitorAbstractCyJob. getJobMonitor()CyJobMonitorCyJob. 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 voidCyJobManager. addJob(CyJob job, CyJobMonitor jobMonitor, int pollInterval)Add a job to be managed by the job manager.voidCyJobManager. associateMonitor(CyJob job, CyJobMonitor jobMonitor, int pollInterval)Associate a monitor with a job.voidAbstractCyJob. setJobMonitor(CyJobMonitor monitor)voidCyJob. 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)
-