Job Store are used to keep track of all the "work data" that you give to the scheduler: jobs, triggers, calendars, etc.
Tutorial Details:
In this section, you will learn about the JobStores. The JobStore is for behind-the-scenes use of Quartz itself. That's why never use JobStore instance directly in you code. Through configuration you have to tell to Quartz which JobStore to use, but then you should only work with the Scheduler interface in your code.
Rate Tutorial: http://www.roseindia.net/quartz/jobstores.shtml
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: JobStores
View Tutorial: JobStores
Related
Tutorials:
|