| Package | Description |
|---|---|
| org.quartz.core | |
| org.quartz.triggers |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
TriggerFiredBundle.getCalendar() |
Calendar |
JobExecutionContextImpl.getCalendar() |
Calendar |
JobExecutionContext.getCalendar()
Get a handle to the
Calendar referenced by the Trigger instance that fired the Job. |
Calendar |
RAMJobStore.retrieveCalendar(String calName)
Retrieve the given
. |
Calendar |
JobStore.retrieveCalendar(String calName)
Retrieve the given
. |
| Constructor and Description |
|---|
TriggerFiredBundle(JobDetail job,
OperableTrigger trigger,
Calendar cal,
boolean jobIsRecovering,
Date fireTime,
Date scheduledFireTime,
Date prevFireTime,
Date nextFireTime) |
| Modifier and Type | Method and Description |
|---|---|
Date |
SimpleTriggerImpl.computeFirstFireTime(Calendar calendar)
Called by the scheduler at the time a
Trigger is first added to the scheduler, in order to have the Trigger compute its
first fire time, based on any associated calendar. |
Date |
OperableTrigger.computeFirstFireTime(Calendar calendar)
This method should not be used by the Quartz client.
|
Date |
CronTriggerImpl.computeFirstFireTime(Calendar calendar)
Called by the scheduler at the time a
Trigger is first added to the scheduler, in order to have the Trigger compute its
first fire time, based on any associated calendar. |
void |
SimpleTriggerImpl.triggered(Calendar calendar)
Called when the
has decided to 'fire' the trigger (execute the associated Job), in order to give the
Trigger a chance to update itself for its next triggering (if any). |
void |
OperableTrigger.triggered(Calendar calendar)
This method should not be used by the Quartz client.
|
void |
CronTriggerImpl.triggered(Calendar calendar)
Called when the
has decided to 'fire' the trigger (execute the associated Job), in order to give the
Trigger a chance to update itself for its next triggering (if any). |
void |
SimpleTriggerImpl.updateAfterMisfire(Calendar cal)
Updates the
SimpleTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the SimpleTrigger was
created. |
void |
OperableTrigger.updateAfterMisfire(Calendar cal)
This method should not be used by the Quartz client.
|
void |
CronTriggerImpl.updateAfterMisfire(Calendar cal)
Updates the
CronTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the CronTrigger was
created. |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.