we have requirement like to start, stop and resume individual job and get the status for individual job to display on web page. Please help me on the same to implement this functionality in Quartz Scheduler.
Asked
Active
Viewed 1,513 times
1 Answers
0
You should obtain a reference to the quartz Scheduler
object, and you can do all from there. In spring you can obtain it through org.springframework.scheduling.quartz.SchedulerFactoryBean
Check this question for a better spring-quartz support.