Uses of Interface
org.quartz.core.ThreadPool
-
Uses of ThreadPool in org.quartz.core
Modifier and TypeClassDescriptionclass
This is class is a simple implementation of a thread pool, based on theThreadPool
Modifier and TypeMethodDescriptionQuartzSchedulerResources.getThreadPool()
Get the
for theThreadPool
to use.QuartzScheduler
Modifier and TypeMethodDescriptionvoid
QuartzSchedulerResources.setThreadPool
(ThreadPool threadPool) Set the
for theThreadPool
to use.QuartzScheduler