Uses of Interface
org.quartz.spi.ThreadExecutor

Packages that use ThreadExecutor
org.quartz.commonj   
org.quartz.core Contains the core classes and interfaces for the Quartz job scheduler. 
org.quartz.impl Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. 
org.quartz.impl.jdbcjobstore   
 

Uses of ThreadExecutor in org.quartz.commonj
 

Classes in org.quartz.commonj that implement ThreadExecutor
 class WorkManagerThreadExecutor
          CommonJ WorkManager implementation of hacked Quartz ThreadExecutor class.
 

Uses of ThreadExecutor in org.quartz.core
 

Methods in org.quartz.core that return ThreadExecutor
 ThreadExecutor QuartzSchedulerResources.getThreadExecutor()
          Get the ThreadExecutor which runs the QuartzSchedulerThread
 

Methods in org.quartz.core with parameters of type ThreadExecutor
 void QuartzSchedulerResources.setThreadExecutor(ThreadExecutor threadExecutor)
          Set the ThreadExecutor which runs the QuartzSchedulerThread
 

Uses of ThreadExecutor in org.quartz.impl
 

Classes in org.quartz.impl that implement ThreadExecutor
 class DefaultThreadExecutor
          Schedules work on a newly spawned thread.
 

Methods in org.quartz.impl with parameters of type ThreadExecutor
 void DirectSchedulerFactory.createScheduler(String schedulerName, String schedulerInstanceId, ThreadPool threadPool, ThreadExecutor threadExecutor, JobStore jobStore, Map<String,SchedulerPlugin> schedulerPluginMap, String rmiRegistryHost, int rmiRegistryPort, long idleWaitTime, long dbFailureRetryInterval, boolean jmxExport, String jmxObjectName)
          Creates a scheduler using the specified thread pool, job store, and plugins, and binds it to RMI.
 void DirectSchedulerFactory.createScheduler(String schedulerName, String schedulerInstanceId, ThreadPool threadPool, ThreadExecutor threadExecutor, JobStore jobStore, Map<String,SchedulerPlugin> schedulerPluginMap, String rmiRegistryHost, int rmiRegistryPort, long idleWaitTime, long dbFailureRetryInterval, boolean jmxExport, String jmxObjectName, int maxBatchSize, long batchTimeWindow)
          Creates a scheduler using the specified thread pool, job store, and plugins, and binds it to RMI.
 

Uses of ThreadExecutor in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore that return ThreadExecutor
 ThreadExecutor JobStoreSupport.getThreadExecutor()
           
 

Methods in org.quartz.impl.jdbcjobstore with parameters of type ThreadExecutor
 void JobStoreSupport.setThreadExecutor(ThreadExecutor threadExecutor)
           
 



Copyright 2001-2019, Terracotta, Inc.