|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TriggerFiredResult | |
|---|---|
| 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 | |
| Uses of TriggerFiredResult in org.quartz.impl.jdbcjobstore |
|---|
| Methods in org.quartz.impl.jdbcjobstore that return types with arguments of type TriggerFiredResult | |
|---|---|
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). |
| Uses of TriggerFiredResult in org.quartz.simpl |
|---|
| Methods in org.quartz.simpl that return types with arguments of type TriggerFiredResult | |
|---|---|
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). |
| Uses of TriggerFiredResult in org.quartz.spi |
|---|
| Methods in org.quartz.spi that return types with arguments of type TriggerFiredResult | |
|---|---|
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). |
| Uses of TriggerFiredResult in org.terracotta.quartz |
|---|
| Methods in org.terracotta.quartz that return types with arguments of type TriggerFiredResult | |
|---|---|
List<TriggerFiredResult> |
PlainTerracottaJobStore.triggersFired(List<OperableTrigger> triggers)
|
List<TriggerFiredResult> |
AbstractTerracottaJobStore.triggersFired(List<OperableTrigger> triggers)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||