Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
WorkManagerThreadExecutor
CommonJ WorkManager implementation of hacked Quartz ThreadExecutor class.
|
Modifier and Type | Method and Description |
---|---|
ThreadExecutor |
QuartzSchedulerResources.getThreadExecutor()
Get the ThreadExecutor which runs the QuartzSchedulerThread
|
Modifier and Type | Method and Description |
---|---|
void |
QuartzSchedulerResources.setThreadExecutor(ThreadExecutor threadExecutor)
Set the ThreadExecutor which runs the QuartzSchedulerThread
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultThreadExecutor
Schedules work on a newly spawned thread.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ThreadExecutor |
JobStoreSupport.getThreadExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
JobStoreSupport.setThreadExecutor(ThreadExecutor threadExecutor) |
Copyright 2001-2019, Terracotta, Inc.