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 TypeMethodDescriptionvoidQuartzScheduler.notifyJobStoreJobComplete(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) voidQuartzScheduler.notifyJobStoreJobVetoed(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) voidQuartzScheduler.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 TypeMethodDescriptionvoidJobStore.triggeredJobComplete(OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode) Inform theJobStorethat the scheduler has completed the firing of the givenTrigger(and the execution of its associatedJobcompleted, threw an exception, or was vetoed), and that thein the givenJobDataMapJobDetailshould be updated if theJobis stateful.voidRAMJobStore.triggeredJobComplete(OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode) Inform theJobStorethat the scheduler has completed the firing of the givenTrigger(and the execution its associatedJob), and that thein the givenJobDataMapJobDetailshould be updated if theJobis stateful. -
Uses of Trigger.CompletedExecutionInstruction in org.quartz.listeners
Methods in org.quartz.listeners with parameters of type Trigger.CompletedExecutionInstructionModifier and TypeMethodDescriptionvoidTriggerListener.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.