Package org.duracloud.mill.workman
Class MultiStepTaskProcessor
java.lang.Object
org.duracloud.mill.workman.MultiStepTaskProcessor
- All Implemented Interfaces:
TaskProcessor
- Author:
- Daniel Bernstein Date: Apr 10, 2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTaskProcessor(TaskProcessor processor) voidexecute()Performs the processing indicated by the task.
-
Constructor Details
-
MultiStepTaskProcessor
public MultiStepTaskProcessor()
-
-
Method Details
-
addTaskProcessor
- Parameters:
processor-
-
execute
Description copied from interface:TaskProcessorPerforms the processing indicated by the task. The underlying method should execute synchronously.- Specified by:
executein interfaceTaskProcessor- Throws:
TaskExecutionFailedException
-