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.
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' SimpleTrigger class that eases bean-style usage.
 

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.
 

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.