Chapter 12. Quartz Cookbook
The purpose of this chapter is to provide a set of examples and solutions for situations that are frequently encountered when building Quartz applications. This chapter can serve as a reference and supplement to the rest of the book material.
Working with the Scheduler
This section provides several examples of using the administrative functions of the Quartz Scheduler.
Creating and Starting the Scheduler
You can start the Quartz Scheduler in several ways, but the easiest is to use one of the two SchedulerFactory
implementations. In particular, the org.quartz.impl.StdSchedulerFactory
is easy to use and performs all the work of setting up the Scheduler—all you need to do is use the static getDefaultScheduler()
method, ...
Get Quartz Job Scheduling Framework now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.