| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
Trigger.nextExecutionTime(TriggerContext triggerContext)
Determine the next execution time according to the given trigger context.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleTriggerContext
Simple data holder implementation of the
TriggerContext interface. |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|