Package | Description |
---|---|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
Constructor and Description |
---|
QuartzScheduler(QuartzSchedulerResources resources,
SchedulingContext ctxt,
long idleWaitTime,
long dbRetryInterval)
Create a
QuartzScheduler with the given configuration
properties. |