Uses of Interface
org.quartz.core.Calendar
Packages that use Calendar
-
Uses of Calendar in org.quartz.core
Methods in org.quartz.core that return CalendarModifier and TypeMethodDescriptionJobExecutionContext.getCalendar()
Get a handle to theCalendar
referenced by theTrigger
instance that fired theJob
.JobExecutionContextImpl.getCalendar()
TriggerFiredBundle.getCalendar()
JobStore.retrieveCalendar
(String calName) Retrieve the given
.Trigger
RAMJobStore.retrieveCalendar
(String calName) Retrieve the given
.Trigger
Constructors in org.quartz.core with parameters of type CalendarModifierConstructorDescriptionTriggerFiredBundle
(JobDetail job, OperableTrigger trigger, Calendar cal, boolean jobIsRecovering, Date fireTime, Date scheduledFireTime, Date prevFireTime, Date nextFireTime) -
Uses of Calendar in org.quartz.triggers
Methods in org.quartz.triggers with parameters of type CalendarModifier and TypeMethodDescriptionCronTriggerImpl.computeFirstFireTime
(Calendar calendar) Called by the scheduler at the time aTrigger
is first added to the scheduler, in order to have theTrigger
compute its first fire time, based on any associated calendar.OperableTrigger.computeFirstFireTime
(Calendar calendar) This method should not be used by the Quartz client.SimpleTriggerImpl.computeFirstFireTime
(Calendar calendar) Called by the scheduler at the time aTrigger
is first added to the scheduler, in order to have theTrigger
compute its first fire time, based on any associated calendar.void
Called when the
has decided to 'fire' the trigger (execute the associatedScheduler
Job
), in order to give theTrigger
a chance to update itself for its next triggering (if any).void
This method should not be used by the Quartz client.void
Called when the
has decided to 'fire' the trigger (execute the associatedScheduler
Job
), in order to give theTrigger
a chance to update itself for its next triggering (if any).void
CronTriggerImpl.updateAfterMisfire
(Calendar cal) Updates theCronTrigger
's state based on the MISFIRE_INSTRUCTION_XXX that was selected when theCronTrigger
was created.void
OperableTrigger.updateAfterMisfire
(Calendar cal) This method should not be used by the Quartz client.void
SimpleTriggerImpl.updateAfterMisfire
(Calendar cal) Updates theSimpleTrigger
's state based on the MISFIRE_INSTRUCTION_XXX that was selected when theSimpleTrigger
was created.