Package org.springframework.integration.scheduling.spi

Interface Summary
ScheduleServiceProvider An SPI interface providing an abstraction of thread pooling and scheduling operations, allowing to switch between different platforms (such as Java 5's java.util.concurrent, Quartz, etc) at runtime.
 

Class Summary
ProviderTaskScheduler An implementation of TaskScheduler that understands PollingSchedules and delegates to a ScheduleServiceProvider instance.
SimpleScheduleServiceProvider A ScheduleServiceProvider implementation using an underlying ScheduledExecutorService.
 

Exception Summary
UnschedulableTaskException An exception indicating that a SchedulableTask could not be scheduled.