Uses of Enum
org.quartz.triggers.Trigger.CompletedExecutionInstruction
Packages that use Trigger.CompletedExecutionInstruction
-
Uses of Trigger.CompletedExecutionInstruction in org.quartz
Methods in org.quartz with parameters of type Trigger.CompletedExecutionInstructionModifier and TypeMethodDescriptionvoid
QuartzScheduler.notifyJobStoreJobComplete
(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) void
QuartzScheduler.notifyJobStoreJobVetoed
(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) void
QuartzScheduler.notifyTriggerListenersComplete
(JobExecutionContext jec, Trigger.CompletedExecutionInstruction instCode) -
Uses of Trigger.CompletedExecutionInstruction in org.quartz.core
Methods in org.quartz.core with parameters of type Trigger.CompletedExecutionInstructionModifier and TypeMethodDescriptionvoid
JobStore.triggeredJobComplete
(OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode) Inform theJobStore
that the scheduler has completed the firing of the givenTrigger
(and the execution of its associatedJob
completed, threw an exception, or was vetoed), and that the
in the givenJobDataMap
JobDetail
should be updated if theJob
is stateful.void
RAMJobStore.triggeredJobComplete
(OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode) Inform theJobStore
that the scheduler has completed the firing of the givenTrigger
(and the execution its associatedJob
), and that theJobDataMap
JobDetail
should be updated if theJob
is stateful. -
Uses of Trigger.CompletedExecutionInstruction in org.quartz.listeners
Methods in org.quartz.listeners with parameters of type Trigger.CompletedExecutionInstructionModifier and TypeMethodDescriptionvoid
TriggerListener.triggerComplete
(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode) -
Uses of Trigger.CompletedExecutionInstruction in org.quartz.triggers
Methods in org.quartz.triggers that return Trigger.CompletedExecutionInstructionModifier and TypeMethodDescriptionAbstractTrigger.executionComplete
(JobExecutionContext context, JobExecutionException result) OperableTrigger.executionComplete
(JobExecutionContext context, JobExecutionException result) This method should not be used by the Quartz client.Returns the enum constant of this type with the specified name.Trigger.CompletedExecutionInstruction.values()
Returns an array containing the constants of this enum type, in the order they are declared.