Package | Description |
---|---|
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
org.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.
|
org.terracotta.quartz |
Modifier and Type | Method and Description |
---|---|
List<TriggerFiredResult> |
JobStoreSupport.triggersFired(List<OperableTrigger> triggers)
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 |
---|---|
List<TriggerFiredResult> |
RAMJobStore.triggersFired(List<OperableTrigger> 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 |
---|---|
List<TriggerFiredResult> |
JobStore.triggersFired(List<OperableTrigger> triggers)
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 |
---|---|
List<TriggerFiredResult> |
PlainTerracottaJobStore.triggersFired(List<OperableTrigger> triggers) |
List<TriggerFiredResult> |
AbstractTerracottaJobStore.triggersFired(List<OperableTrigger> triggers) |
Copyright 2001-2019, Terracotta, Inc.