Package org.springframework.integration.scheduling

Interface Summary
TaskScheduler Base interface for scheduling tasks.
TaskSchedulerAware Callback interface for any component that requires access to the TaskScheduler.
Trigger A strategy for providing the next time a task should run.
 

Class Summary
CronSequenceGenerator Date sequence generator for a Crontab pattern allowing client to specify a pattern that the sequence matches.
CronTrigger A trigger that uses a cron expression.
IntervalTrigger A trigger for periodic execution.
SimpleTaskScheduler An implementation of TaskScheduler that delegates to any instance of TaskExecutor.