Package org.oddjob.jobs.tasks
Interface TaskExecutor
- All Known Implementing Classes:
TaskExecutionService
public interface TaskExecutor
Abstraction for parameterised execution of Task.
- Author:
- rob
-
Method Summary
Modifier and TypeMethodDescriptionExecute a task.Provide the Parameter meta info for the task.
-
Method Details
-
getParameterInfo
InputRequest[] getParameterInfo()Provide the Parameter meta info for the task.- Returns:
-
execute
Execute a task.- Parameters:
task-- Returns:
- Throws:
TaskException
-