public class TestTaskImplementation extends java.lang.Object implements TaskImplementation
| Constructor and Description |
|---|
TestTaskImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobContext jobContext)
Method called to execute the tasks operations.
|
public void execute(JobContext jobContext) throws JobFailedException
TaskImplementationexecute in interface TaskImplementationjobContext - The context of the current jobJobFailedException