Package ch.tocco.nice2.tasks.impl.quartz
Class ToccoThreadPool
java.lang.Object
org.quartz.simpl.SimpleThreadPool
ch.tocco.nice2.tasks.impl.quartz.ToccoThreadPool
- All Implemented Interfaces:
org.quartz.spi.ThreadPool
public class ToccoThreadPool
extends org.quartz.simpl.SimpleThreadPool
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
ToccoThreadPool
public ToccoThreadPool()
-
-
Method Details
-
runInThread
- Specified by:
runInThread
in interfaceorg.quartz.spi.ThreadPool
- Overrides:
runInThread
in classorg.quartz.simpl.SimpleThreadPool
-