See: Description
| Interface | Description | 
|---|---|
| SchedulerContextAware | 
 Callback interface to be implemented by Spring-managed
 Quartz artifacts that need access to the SchedulerContext
 (without having natural access to it). 
 | 
| Class | Description | 
|---|---|
| AdaptableJobFactory | |
| CronTriggerFactoryBean | 
 A Spring  
FactoryBean for creating a Quartz CronTrigger
 instance, supporting bean-style usage for trigger configuration. | 
| DelegatingJob | |
| JobDetailFactoryBean | 
 A Spring  
FactoryBean for creating a Quartz JobDetail
 instance, supporting bean-style usage for JobDetail configuration. | 
| LocalDataSourceJobStore | 
 Subclass of Quartz's JobStoreCMT class that delegates to a Spring-managed
 DataSource instead of using a Quartz-managed connection pool. 
 | 
| LocalTaskExecutorThreadPool | 
 Quartz ThreadPool adapter that delegates to a Spring-managed
 TaskExecutor instance, specified on SchedulerFactoryBean. 
 | 
| MethodInvokingJobDetailFactoryBean | 
FactoryBean that exposes a
 JobDetail object which delegates job execution to a
 specified (static or non-static) method. | 
| MethodInvokingJobDetailFactoryBean.MethodInvokingJob | 
 Quartz Job implementation that invokes a specified method. 
 | 
| MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob | 
 Extension of the MethodInvokingJob, implementing the StatefulJob interface. 
 | 
| QuartzJobBean | 
 Simple implementation of the Quartz Job interface, applying the
 passed-in JobDataMap and also the SchedulerContext as bean property
 values. 
 | 
| ResourceLoaderClassLoadHelper | 
 Wrapper that adapts from the Quartz  
ClassLoadHelper interface
 onto Spring's ResourceLoader interface. | 
| SchedulerAccessor | 
 Common base class for accessing a Quartz Scheduler, i.e. 
 | 
| SchedulerAccessorBean | 
 Spring bean-style class for accessing a Quartz Scheduler, i.e. 
 | 
| SchedulerFactoryBean | 
FactoryBean that creates and configures a Quartz Scheduler,
 manages its lifecycle as part of the Spring application context, and exposes the
 Scheduler as bean reference for dependency injection. | 
| SimpleThreadPoolTaskExecutor | 
 Subclass of Quartz's SimpleThreadPool that implements Spring's
  
TaskExecutor interface
 and listens to Spring lifecycle callbacks. | 
| SimpleTriggerFactoryBean | 
 A Spring  
FactoryBean for creating a Quartz SimpleTrigger
 instance, supporting bean-style usage for trigger configuration. | 
| SpringBeanJobFactory | 
 Subclass of  
AdaptableJobFactory that also supports Spring-style
 dependency injection on bean properties. | 
| Exception | Description | 
|---|---|
| JobMethodInvocationFailedException | 
 Unchecked exception that wraps an exception thrown from a target method. 
 |