| Package | Description |
|---|---|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| com.helger.quartz.plugins.history | |
| com.helger.quartz.plugins.management |
| Modifier and Type | Method and Description |
|---|---|
List<ISchedulerPlugin> |
QuartzSchedulerResources.getSchedulerPlugins()
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzSchedulerResources.addSchedulerPlugin(ISchedulerPlugin plugin)
Add the given
for the to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectSchedulerFactory.createScheduler(String schedulerName,
String schedulerInstanceId,
IThreadPool threadPool,
IJobStore jobStore,
Map<String,ISchedulerPlugin> schedulerPluginMap,
long idleWaitTime)
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
|
void |
DirectSchedulerFactory.createScheduler(String schedulerName,
String schedulerInstanceId,
IThreadPool threadPool,
IThreadExecutor threadExecutor,
IJobStore jobStore,
Map<String,ISchedulerPlugin> schedulerPluginMap,
long idleWaitTime)
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
|
void |
DirectSchedulerFactory.createScheduler(String schedulerName,
String schedulerInstanceId,
IThreadPool threadPool,
IThreadExecutor threadExecutor,
IJobStore jobStore,
Map<String,ISchedulerPlugin> schedulerPluginMap,
long idleWaitTime,
int maxBatchSize,
long batchTimeWindow)
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingJobHistoryPlugin
Logs a history of all job executions (and execution vetos) via the Jakarta
Commons-Logging framework.
|
class |
LoggingTriggerHistoryPlugin
Logs a history of all trigger firings via the Jakarta Commons-Logging
framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownHookPlugin
This plugin catches the event of the JVM terminating (such as upon a CRTL-C)
and tells the scheuler to shutdown.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.