com.atlassian.confluence.schedule.quartz
Class ConfluenceQuartzThreadPool

java.lang.Object
  extended by org.quartz.simpl.SimpleThreadPool
      extended by com.atlassian.confluence.schedule.quartz.ConfluenceQuartzThreadPool
All Implemented Interfaces:
org.quartz.spi.ThreadPool

public final class ConfluenceQuartzThreadPool
extends org.quartz.simpl.SimpleThreadPool


Constructor Summary
ConfluenceQuartzThreadPool()
           
 
Method Summary
 boolean runInThread(Runnable task)
           
 
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 Detail

ConfluenceQuartzThreadPool

public ConfluenceQuartzThreadPool()
Method Detail

runInThread

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.