Class ToccoThreadPool

java.lang.Object
org.quartz.simpl.SimpleThreadPool
ch.tocco.nice2.tasks.impl.quartz.ToccoThreadPool
All Implemented Interfaces:
org.quartz.spi.ThreadPool

public class ToccoThreadPool extends org.quartz.simpl.SimpleThreadPool
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

    • ToccoThreadPool

      public ToccoThreadPool()
  • 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