|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Qualifier(value="JobExecutionListener") public @interface BeforeJob
Marks a method to be called before a Job is executed, which comes
after a JobExecution is created and persisted, but before the first
Step is executed.
Expected signature: void beforeJob(JobExecution jobExecution)
JobExecutionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||