Class LocalTaskExecutorThreadPool

java.lang.Object
org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
All Implemented Interfaces:
ThreadPool

public class LocalTaskExecutorThreadPool extends Object implements ThreadPool
Quartz ThreadPool adapter that delegates to a Spring-managed Executor instance, specified on SchedulerFactoryBean.
Since:
2.0
Author:
Juergen Hoeller
See Also: