Uses of Class
org.anchoranalysis.experiment.JobExecutionException
Packages that use JobExecutionException
Package
Description
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-bean classes related to
JobProcessor.-
Uses of JobExecutionException in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that throw JobExecutionExceptionModifier and TypeMethodDescriptionabstract voidTask.doJobOnInput(InputBound<T, S> input) Performs the task on a particular input.booleanTask.executeJob(ParametersUnbound<T, S> parametersUnbound) Runs the task on one particular input (a job). -
Uses of JobExecutionException in org.anchoranalysis.experiment.task.processor
Classes in org.anchoranalysis.experiment.task.processor that implement interfaces with type arguments of type JobExecutionExceptionModifier and TypeClassDescriptionclassCallableJob<T extends InputFromManager, S>A job derived from aTaskthat can be placed on different threadsMethods in org.anchoranalysis.experiment.task.processor that return types with arguments of type JobExecutionException