Package com.atlassian.bamboo.quartz
Class SystemAuthorizedThreadPool
java.lang.Object
org.quartz.simpl.SimpleThreadPool
com.atlassian.bamboo.quartz.SystemAuthorizedThreadPool
- All Implemented Interfaces:
org.quartz.spi.ThreadPool
public class SystemAuthorizedThreadPool
extends org.quartz.simpl.SimpleThreadPool
A quartz ThreadPool that has Threads with full System security privileges.
-
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
-
SystemAuthorizedThreadPool
public SystemAuthorizedThreadPool() -
SystemAuthorizedThreadPool
public SystemAuthorizedThreadPool(int threadCount, int threadPriority)
-
-
Method Details
-
runInThread
- Specified by:
runInThread
in interfaceorg.quartz.spi.ThreadPool
- Overrides:
runInThread
in classorg.quartz.simpl.SimpleThreadPool
-