| Subclass of Quartz's SimpleThreadPool that implements Spring's
TaskExecutor interface and listens to Spring lifecycle callbacks.
Can be used as a thread-pooling TaskExecutor backend, in particular
on JDK <= 1.5 (where the JDK ThreadPoolExecutor isn't available yet).
Can be shared between a Quartz Scheduler (specified as "taskExecutor")
and other TaskExecutor users, or even used completely independent of
a Quartz Scheduler (as plain TaskExecutor backend).
author: Juergen Hoeller since: 2.0 See Also: org.quartz.simpl.SimpleThreadPool See Also: org.springframework.core.task.TaskExecutor See Also: SchedulerFactoryBean.setTaskExecutor |