| 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 | Method and Description |
|---|---|
void |
IJobRunShellFactory.initialize(IScheduler scheduler)
Initialize the factory, providing a handle to the
Scheduler
that should be made available within the JobRunShell and the
JobExecutionContext s within it. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleThreadPool.initialize() |
void |
ZeroSizeThreadPool.initialize() |
| Modifier and Type | Method and Description |
|---|---|
void |
IThreadPool.initialize()
Must be called before the
ThreadPool is used, in order to give
the it a chance to initialize. |
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.