Uses of Interface
org.springframework.scheduling.TriggerContext
Packages that use 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.schedulingMethods in org.springframework.scheduling with parameters of type TriggerContextModifier and TypeMethodDescriptionTrigger.nextExecution(TriggerContext triggerContext) Determine the next execution time according to the given trigger context.default DateTrigger.nextExecutionTime(TriggerContext triggerContext) Deprecated.
- 
Uses of TriggerContext in org.springframework.scheduling.supportClasses in org.springframework.scheduling.support that implement TriggerContextModifier and TypeClassDescriptionclassSimple data holder implementation of theTriggerContextinterface.Methods in org.springframework.scheduling.support with parameters of type TriggerContextModifier 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)