|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StrategyDispatcherListener
The mechanism for finding out how a job is running.
This interface should be implemented in the way that one instance of the implementation is dedicated to one jobManager.
Method Summary | |
---|---|
void |
jobCompletedSuccessfully(Map<String,String> result)
Notification that the job has completed successfully. |
void |
jobFailed(Throwable failureReason)
Notification that the job has failed. |
void |
jobStarted()
Notification that the job has started. |
Method Detail |
---|
void jobStarted()
void jobCompletedSuccessfully(Map<String,String> result) throws JobExecutionException
result
- the Map
of result values
JobExecutionException
void jobFailed(Throwable failureReason)
failureReason
- the Throwable
describing the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |