public interface JobListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterJobEnd(JobReport jobReport)
Called after closing the record reader.
|
void |
beforeJobStart(JobParameters jobParameters)
Called after initializing the record reader and before starting the job.
|
void beforeJobStart(JobParameters jobParameters)
jobParameters - the job parametersvoid afterJobEnd(JobReport jobReport)
jobReport - The job execution reportCopyright © 2015. All Rights Reserved.