Class VitamQuartzExecutorThreadPool

  • All Implemented Interfaces:
    org.quartz.spi.ThreadPool

    public class VitamQuartzExecutorThreadPool
    extends org.quartz.simpl.SimpleThreadPool
    implements org.quartz.spi.ThreadPool
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean runInThread​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.quartz.spi.ThreadPool

        blockForAvailableThreads, getPoolSize, initialize, setInstanceId, setInstanceName, shutdown
    • Constructor Detail

      • VitamQuartzExecutorThreadPool

        public VitamQuartzExecutorThreadPool()
    • Method Detail

      • runInThread

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