| 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.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 | Field and Description |
|---|---|
protected TriggerFiredBundle |
JobRunShell.m_aFiredTriggerBundle |
| Modifier and Type | Method and Description |
|---|---|
JobRunShell |
IJobRunShellFactory.createJobRunShell(TriggerFiredBundle bundle)
Called by the
to obtain
instances of . |
| Constructor and Description |
|---|
JobRunShell(IScheduler scheduler,
TriggerFiredBundle bndle)
Create a JobRunShell instance with the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
JobRunShell |
StdJobRunShellFactory.createJobRunShell(TriggerFiredBundle bndle)
Called by the
QuartzSchedulerThread to
obtain instances of JobRunShell. |
| Constructor and Description |
|---|
JobExecutionContext(IScheduler scheduler,
TriggerFiredBundle firedBundle,
IJob job)
Create a JobExcecutionContext with the given context data.
|
| Modifier and Type | Method and Description |
|---|---|
IJob |
PropertySettingJobFactory.newJob(TriggerFiredBundle bundle,
IScheduler scheduler) |
IJob |
SimpleJobFactory.newJob(TriggerFiredBundle bundle,
IScheduler aScheduler) |
| Modifier and Type | Method and Description |
|---|---|
TriggerFiredBundle |
TriggerFiredResult.getTriggerFiredBundle() |
| Modifier and Type | Method and Description |
|---|---|
IJob |
IJobFactory.newJob(TriggerFiredBundle bundle,
IScheduler scheduler)
Called by the scheduler at the time of the trigger firing, in order to
produce a
Job instance on which to call execute. |
| Constructor and Description |
|---|
TriggerFiredResult(TriggerFiredBundle triggerFiredBundle) |
Copyright © 2016–2021 Philip Helger. All rights reserved.