Uses of Interface
org.springframework.scheduling.TriggerContext
Package
Description
General exceptions for Spring's scheduling support,
independent of any specific scheduling system.
Generic support classes for scheduling.
-
Uses of TriggerContext in org.springframework.scheduling
Modifier and TypeMethodDescriptionTrigger.nextExecution
(TriggerContext triggerContext) Determine the next execution time according to the given trigger context.default Date
Trigger.nextExecutionTime
(TriggerContext triggerContext) Deprecated. -
Uses of TriggerContext in org.springframework.scheduling.support
Modifier and TypeClassDescriptionclass
Simple data holder implementation of theTriggerContext
interface.Modifier and TypeMethodDescriptionCronTrigger.nextExecution
(TriggerContext triggerContext) Determine the next execution time according to the given trigger context.PeriodicTrigger.nextExecution
(TriggerContext triggerContext) Returns the time after which a task should run again.
Trigger.nextExecution(TriggerContext)