|
|||||||||||
| 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' CronTrigger class that eases bean-style usage. |
| JobDetailBean | Convenience subclass of Quartz' JobDetail class that eases bean-style usage. |
| 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. |
| QuartzJobBean | Simple implementation of the Quartz Job interface, applying the passed-in job data map as bean property values. |
| SchedulerFactoryBean | FactoryBean that sets up a Quartz Scheduler and exposes it for bean references. |
| SimpleTriggerBean | Convenience subclass of Quartz' SimpleTrigger class that eases bean-style usage. |
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 | ||||||||||