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
Constructors Constructor Description SystemAuthorizedThreadPool()
SystemAuthorizedThreadPool(int threadCount, int threadPriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
runInThread(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
-
-
-
-
Method Detail
-
runInThread
public boolean runInThread(Runnable runnable)
- Specified by:
runInThread
in interfaceorg.quartz.spi.ThreadPool
- Overrides:
runInThread
in classorg.quartz.simpl.SimpleThreadPool
-
-