-
Get a handle to the Calendar
referenced by the Trigger
instance that
fired the Job
.
-
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.
This method should not be used by the Quartz client.
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
Called when the
Scheduler
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
This method should not be used by the Quartz client.
void
Called when the
Scheduler
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
Updates the CronTrigger
's state based on the MISFIRE_INSTRUCTION_XXX that was
selected when the CronTrigger
was created.
void
This method should not be used by the Quartz client.
void
Updates the SimpleTrigger
's state based on the MISFIRE_INSTRUCTION_XXX that was
selected when the SimpleTrigger
was created.