More About Jobs and Job Details
虽然您实现的作业类具有知道如何完成特定类型作业的实际工作的代码,但 Quartz 需要了解您可能希望该作业的实例拥有的各种属性。这是通过JobDetail 类完成的,该类在前一节中简要介绍过。
JobDetail 实例是使用 JobBuilder 类构建的。您通常希望使用所有方法的静态导入,以便在代码中有 dsl-feel。...
Quartz API
主要接口定义如下:
The key interfaces of the Quartz API are:
Scheduler - the main API for interacting with the scheduler.
Job - an interface to be implemented by components t...
Quartz
Quartz is a richly featured, open source job scheduling library that can be integrated within virtually
any Java application - from the smallest stand-alone application to the largest e-co...