public interface TaskImplementation
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobContext jobContext)
Method called to execute the tasks operations.
|
void execute(JobContext jobContext) throws JobFailedException
jobContext - The context of the current jobJobFailedException