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 theCalendarreferenced by theTriggerinstance that fired theJob.JobExecutionContextImpl.getCalendar()TriggerFiredBundle.getCalendar()JobStore.retrieveCalendar(String calName) Retrieve the given.TriggerRAMJobStore.retrieveCalendar(String calName) Retrieve the given.TriggerConstructors 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 aTriggeris first added to the scheduler, in order to have theTriggercompute 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 aTriggeris first added to the scheduler, in order to have theTriggercompute its first fire time, based on any associated calendar.voidCalled when thehas decided to 'fire' the trigger (execute the associatedSchedulerJob), in order to give theTriggera chance to update itself for its next triggering (if any).voidThis method should not be used by the Quartz client.voidCalled when thehas decided to 'fire' the trigger (execute the associatedSchedulerJob), in order to give theTriggera chance to update itself for its next triggering (if any).voidCronTriggerImpl.updateAfterMisfire(Calendar cal) Updates theCronTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when theCronTriggerwas created.voidOperableTrigger.updateAfterMisfire(Calendar cal) This method should not be used by the Quartz client.voidSimpleTriggerImpl.updateAfterMisfire(Calendar cal) Updates theSimpleTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when theSimpleTriggerwas created.