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 TypeClassDescriptionclass
This is class is a simple implementation of a thread pool, based on theThreadPool
Methods in org.quartz.core that return ThreadPoolModifier and TypeMethodDescriptionQuartzSchedulerResources.getThreadPool()
Get the
for theThreadPool
to use.QuartzScheduler
Methods in org.quartz.core with parameters of type ThreadPoolModifier and TypeMethodDescriptionvoid
QuartzSchedulerResources.setThreadPool
(ThreadPool threadPool) Set the
for theThreadPool
to use.QuartzScheduler