Uses of Interface
org.quartz.core.ThreadPool
Packages that use ThreadPool
- 
Uses of ThreadPool in org.quartz.core
Classes in org.quartz.core that implement ThreadPoolModifier and TypeClassDescriptionclassThis is class is a simple implementation of a thread pool, based on theinterface.ThreadPoolMethods in org.quartz.core that return ThreadPoolModifier and TypeMethodDescriptionQuartzSchedulerResources.getThreadPool()Get thefor theThreadPoolto use.QuartzSchedulerMethods in org.quartz.core with parameters of type ThreadPoolModifier and TypeMethodDescriptionvoidQuartzSchedulerResources.setThreadPool(ThreadPool threadPool) Set thefor theThreadPoolto use.QuartzScheduler