|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.listener.JobExecutionListenerSupport
public class JobExecutionListenerSupport
| Constructor Summary | |
|---|---|
JobExecutionListenerSupport()
|
|
| Method Summary | |
|---|---|
void |
afterJob(JobExecution jobExecution)
Callback after completion of a job. |
void |
beforeJob(JobExecution jobExecution)
Callback before a job executes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobExecutionListenerSupport()
| Method Detail |
|---|
public void afterJob(JobExecution jobExecution)
JobExecutionListener
afterJob in interface JobExecutionListenerjobExecution - the current JobExecutionpublic void beforeJob(JobExecution jobExecution)
JobExecutionListener
beforeJob in interface JobExecutionListenerjobExecution - the current JobExecution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||