Job
listeners receives events related to jobs like whenever job executing, finished
etc.,
public interface JobListener { public String getName(); public void jobToBeExecuted(JobExecutionContext jec); public void jobExecutionVetoed(JobExecutionContext jec); public void jobWasExecuted(JobExecutionContext jec, JobExecutionException jee); }
No comments:
Post a Comment