public interface ITestJob
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
TestJobResult |
getResult() |
void |
handleException(java.lang.Exception e) |
void execute()
TestJobResult getResult()
void handleException(java.lang.Exception e)