|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.simpl.SimpleThreadPool com.atlassian.bamboo.quartz.SystemAuthorizedThreadPool
public class SystemAuthorizedThreadPool
A quartz ThreadPool that has Threads with full System security privileges.
Constructor Summary | |
---|---|
SystemAuthorizedThreadPool()
|
|
SystemAuthorizedThreadPool(int threadCount,
int threadPriority)
|
Method Summary | |
---|---|
boolean |
runInThread(java.lang.Runnable runnable)
|
Methods inherited from class org.quartz.simpl.SimpleThreadPool |
---|
blockForAvailableThreads, createWorkerThreads, getLog, getPoolSize, getThreadCount, getThreadNamePrefix, getThreadPriority, initialize, isMakeThreadsDaemons, isThreadsInheritContextClassLoaderOfInitializingThread, isThreadsInheritGroupOfInitializingThread, makeAvailable, setMakeThreadsDaemons, setThreadCount, setThreadNamePrefix, setThreadPriority, setThreadsInheritContextClassLoaderOfInitializingThread, setThreadsInheritGroupOfInitializingThread, shutdown, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemAuthorizedThreadPool()
public SystemAuthorizedThreadPool(int threadCount, int threadPriority)
Method Detail |
---|
public boolean runInThread(java.lang.Runnable runnable)
runInThread
in interface org.quartz.spi.ThreadPool
runInThread
in class org.quartz.simpl.SimpleThreadPool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |