| Package | Description |
|---|---|
| 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 |
|---|---|
com.helger.commons.collection.impl.ICommonsList<TriggerFiredResult> |
RAMJobStore.triggersFired(List<IOperableTrigger> firedTriggers)
Inform the
JobStore that the scheduler is now firing the given
Trigger (executing its associated Job), that it
had previously acquired (reserved). |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<TriggerFiredResult> |
IJobStore.triggersFired(List<IOperableTrigger> triggers)
Inform the
JobStore that the scheduler is now firing the given
Trigger (executing its associated Job), that it
had previously acquired (reserved). |
Copyright © 2016–2021 Philip Helger. All rights reserved.