Uses of Class
org.anchoranalysis.experiment.task.processor.JobStateMonitor
Packages that use JobStateMonitor
-
Uses of JobStateMonitor in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return JobStateMonitorModifier and TypeMethodDescriptionSubmittedJob.getJobState()The current execution-state of the job.Methods in org.anchoranalysis.experiment.task.processor with parameters of type JobStateMonitorModifier and TypeMethodDescriptionvoidJobStartStopLogger.logEnd(JobDescription job, JobStateMonitor monitor) Performs logging for when a job ends.Constructors in org.anchoranalysis.experiment.task.processor with parameters of type JobStateMonitorModifierConstructorDescriptionCallableJob(Task<T, S> task, ParametersUnbound<T, S> parametersUnbound, BeanInstanceMap defaultInstances, JobStateMonitor stateMonitor, JobDescription jobDescription, JobStartStopLogger logger) Creates a newCallableJobinstance.SubmittedJob(JobDescription jobDescription, JobStateMonitor jobState) Creates a newSubmittedJobinstance.