Package | Description |
---|---|
org.springframework.scheduling |
General exceptions for Spring's scheduling support,
independent of any specific scheduling system.
|
org.springframework.scheduling.support |
Generic support classes for scheduling.
|
Modifier and Type | Method and Description |
---|---|
Date |
Trigger.nextExecutionTime(TriggerContext triggerContext)
Determine the next execution time according to the given trigger context.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTriggerContext
Simple data holder implementation of the
TriggerContext interface. |
Modifier and Type | Method and Description |
---|---|
Date |
CronTrigger.nextExecutionTime(TriggerContext triggerContext)
Determine the next execution time according to the given trigger context.
|
Date |
PeriodicTrigger.nextExecutionTime(TriggerContext triggerContext)
Returns the time after which a task should run again.
|