|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JobListener
JobListener intercepts job execution.
| Method Summary | |
|---|---|
void |
afterJob()
The afterJob method receives control after the job execution ends. |
void |
beforeJob()
The beforeJob method receives control before the job execution begins. |
| Method Detail |
|---|
void beforeJob()
throws Exception
Exception - throw if an error occurs.
void afterJob()
throws Exception
Exception - throw if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||