Uses of Class
org.anchoranalysis.experiment.task.processor.JobStateMonitor
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Uses of JobStateMonitor in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return JobStateMonitor Modifier and Type Method Description JobStateMonitorSubmittedJob. getJobState()The current execution-state of the job.Methods in org.anchoranalysis.experiment.task.processor with parameters of type JobStateMonitor Modifier and Type Method Description voidJobStartStopLogger. logEnd(JobDescription job, JobStateMonitor monitor)Performs logging for when a job ends.Constructors in org.anchoranalysis.experiment.task.processor with parameters of type JobStateMonitor Constructor Description CallableJob(Task<T,S> task, ParametersUnbound<T,S> parametersUnbound, JobStateMonitor stateMonitor, JobDescription jobDescription, ConcurrentJobMonitor monitor, Optional<MessageLogger> loggerMonitor, int showOngoingJobsLessThan)Constructor.SubmittedJob(JobDescription jobDescription, JobStateMonitor jobState)