| Package | Description |
|---|---|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
| com.helger.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchedulerSignaler
An interface to be used by
JobStore instances in order to
communicate signals back to the QuartzScheduler. |
| Modifier and Type | Method and Description |
|---|---|
ISchedulerSignaler |
QuartzScheduler.getSchedulerSignaler() |
| Modifier and Type | Field and Description |
|---|---|
protected ISchedulerSignaler |
RAMJobStore.m_aSignaler |
| Modifier and Type | Method and Description |
|---|---|
void |
RAMJobStore.initialize(IClassLoadHelper loadHelper,
ISchedulerSignaler schedSignaler)
Called by the QuartzScheduler before the
JobStore is used, in
order to give the it a chance to initialize. |
| Modifier and Type | Method and Description |
|---|---|
void |
IJobStore.initialize(IClassLoadHelper loadHelper,
ISchedulerSignaler signaler)
Called by the QuartzScheduler before the
JobStore is used, in
order to give the it a chance to initialize. |
Copyright © 2016–2021 Philip Helger. All rights reserved.