public interface JobListener
| Modifier and Type | Method and Description | 
|---|---|
| void | afterJob()The afterJob method receives control
 after the job execution ends. | 
| void | beforeJob()The beforeJob method receives control
 before the job execution begins. | 
void beforeJob()
        throws java.lang.Exception
java.lang.Exception - throw if an error occurs.void afterJob()
       throws java.lang.Exception
java.lang.Exception - throw if an error occurs.