|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITask | |
|---|---|
| net.sf.mybatchfwk | |
| Uses of ITask in net.sf.mybatchfwk |
|---|
| Methods in net.sf.mybatchfwk with parameters of type ITask | |
|---|---|
protected void |
BatchService.afterExecute(ITask task,
java.lang.Throwable throwable)
Report an execution termination |
boolean |
BatchService.canBeExecuted(ITask task)
Determine if a task can be executed or not |
void |
IBatch.endOfExecution(ITask task,
java.lang.Throwable exception)
Called after the end of the execution of a task. |
boolean |
ITaskExecutor.execute(ITask task)
Execute the given task, waiting for free space in blocking queue if necessary |
boolean |
PausableThreadPoolExecutor.execute(ITask task)
|
void |
ExecutionReport.reportCompletion(ITask task)
Store informations about a task completion. |
void |
ExecutionReport.reportFailure(ITask task,
java.lang.Throwable throwable)
Store informations about a task failure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||