|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadExecutor | |
|---|---|
| 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.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(java.lang.String schedulerName,
java.lang.String schedulerInstanceId,
ThreadPool threadPool,
ThreadExecutor threadExecutor,
JobStore jobStore,
java.util.Map schedulerPluginMap,
java.lang.String rmiRegistryHost,
int rmiRegistryPort,
long idleWaitTime,
long dbFailureRetryInterval,
boolean jmxExport,
java.lang.String jmxObjectName)
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||