| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| JobDetailAwareTrigger | Interface to be implemented by Quartz Triggers that are aware of the JobDetail object that they are associated with. | 
| SchedulerContextAware | Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it). | 
| Class Summary | |
|---|---|
| AdaptableJobFactory | JobFactory implementation that supports Runnableobjects as well as standard QuartzJobinstances. | 
| CronTriggerBean | Convenience subclass of Quartz's CronTriggerclass, making bean-style usage easier. | 
| DelegatingJob | Simple Quartz Jobadapter that delegates to a
 givenRunnableinstance. | 
| JobDetailBean | Convenience subclass of Quartz' JobDetail class that eases bean-style usage. | 
| 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 | FactoryBeanthat exposes aJobDetailobject 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 ClassLoadHelperinterface
 onto Spring'sResourceLoaderinterface. | 
| SchedulerAccessor | Common base class for accessing a Quartz Scheduler, i.e. for registering jobs,
 triggers and listeners on a Schedulerinstance. | 
| SchedulerAccessorBean | Spring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs,
 triggers and listeners on a given Schedulerinstance. | 
| SchedulerFactoryBean | FactoryBeanthat creates and configures a QuartzScheduler,
 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. | 
| SimpleTriggerBean | Convenience subclass of Quartz's SimpleTriggerclass, making bean-style usage easier. | 
| SpringBeanJobFactory | Subclass of AdaptableJobFactorythat also supports Spring-style
 dependency injection on bean properties. | 
| Exception Summary | |
|---|---|
| JobMethodInvocationFailedException | Unchecked exception that wraps an exception thrown from a target method. | 
Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. Also provides convenience classes for implementing Quartz Jobs.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||