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(int threadCount, int threadPriority)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SystemAuthorizedThreadPool

      public SystemAuthorizedThreadPool()
    • SystemAuthorizedThreadPool

      public SystemAuthorizedThreadPool(int threadCount, int threadPriority)
  • Method Details

    • runInThread

      public boolean runInThread(Runnable runnable)
      Specified by:
      runInThread in interface org.quartz.spi.ThreadPool
      Overrides:
      runInThread in class org.quartz.simpl.SimpleThreadPool