In one of my Java projects with jdbc-based Quartz scheduler I am in need to update the schedule of a preconfigured job frequently. i.e. using the JobID as the handle I would like to update the schedule in the tables. Is this possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t recommend this approach, I think it’s better to reSchedule job using the method dedicated to this in QuartzScheduler object.
Look at rescheduleJob in:
http://www.quartz-scheduler.org/docs/api/1.8.1/org/quartz/core/QuartzScheduler.html