|
||||||||||
| 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. |
| Class Summary | |
|---|---|
| CronTriggerBean | Convenience subclass of Quartz's CronTrigger
class, making bean-style usage easier. |
| JobDetailBean | Convenience subclass of Quartz' JobDetail class that eases bean-style usage. |
| LocalDataSourceJobStore | Subclass of Quartz' JobStoreCMT class that delegates to a Spring-managed DataSource instead of using a Quartz-managed connection pool. |
| MethodInvokingJobDetailFactoryBean | FactoryBean that exposes a JobDetail object that 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. |
| ResourceJobSchedulingDataProcessor | Subclass of Quartz' JobSchedulingDataProcessor that considers given filenames as Spring resource locations. |
| SchedulerFactoryBean | FactoryBean that sets up a Quartz Scheduler and exposes it for bean references. |
| SimpleTriggerBean | Convenience subclass of Quartz's SimpleTrigger
class, making bean-style usage easier. |
| Exception Summary | |
|---|---|
| ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationException | Exception to be thrown if a resource cannot be loaded. |
| SchedulerFactoryBean.DelayedSchedulerStartException | Exception to be thrown if the Quartz scheduler cannot be started after the specified delay has passed. |
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 | |||||||||