Package org.springframework.scheduling.quartz

Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.

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 JobDataMap and also the SchedulerContext 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.
 

Package org.springframework.scheduling.quartz Description

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.



Copyright (C) 2003-2004 The Spring Framework Project.