Class VitamQuartzExecutorThreadPool
- java.lang.Object
-
- org.quartz.simpl.SimpleThreadPool
-
- fr.gouv.vitam.scheduler.server.util.VitamQuartzExecutorThreadPool
-
- All Implemented Interfaces:
org.quartz.spi.ThreadPool
public class VitamQuartzExecutorThreadPool extends org.quartz.simpl.SimpleThreadPool implements org.quartz.spi.ThreadPool
-
-
Constructor Summary
Constructors Constructor Description VitamQuartzExecutorThreadPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
runInThread(java.lang.Runnable runnable)
-
Methods inherited from class org.quartz.simpl.SimpleThreadPool
blockForAvailableThreads, clearFromBusyWorkersList, createWorkerThreads, getLog, getPoolSize, getThreadCount, getThreadNamePrefix, getThreadPriority, initialize, isMakeThreadsDaemons, isThreadsInheritContextClassLoaderOfInitializingThread, isThreadsInheritGroupOfInitializingThread, makeAvailable, setInstanceId, setInstanceName, setMakeThreadsDaemons, setThreadCount, setThreadNamePrefix, setThreadPriority, setThreadsInheritContextClassLoaderOfInitializingThread, setThreadsInheritGroupOfInitializingThread, shutdown, shutdown
-
-