|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobExecutionListener
Provide callbacks at specific points in the lifecycle of a Job.
Implementations can be stateful if they are careful to either ensure thread
safety, or to use one instance of a listener per job, assuming that job
instances themselves are not used by more than one thread.
| Method Summary | |
|---|---|
void |
afterJob(JobExecution jobExecution)
Callback after completion of a job. |
void |
beforeJob(JobExecution jobExecution)
Callback before a job executes. |
| Method Detail |
|---|
void beforeJob(JobExecution jobExecution)
jobExecution - the current JobExecutionvoid afterJob(JobExecution jobExecution)
jobExecution - the current JobExecution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||