Uses of Interface
jakarta.enterprise.concurrent.LastExecution
-
Packages that use LastExecution Package Description jakarta.enterprise.concurrent Classes and interfaces that make up the Jakarta Concurrency specification. -
-
Uses of LastExecution in jakarta.enterprise.concurrent
Methods in jakarta.enterprise.concurrent with parameters of type LastExecution Modifier and Type Method Description ZonedDateTime
CronTrigger. getNextRunTime(LastExecution lastExecutionInfo, ZonedDateTime taskScheduledTime)
Using the cron schedule, and based on the end of the most recent execution (or absent that, the initial scheduling time), retrieve the next time that the task should run after.Date
Trigger. getNextRunTime(LastExecution lastExecutionInfo, Date taskScheduledTime)
Retrieve the next time that the task should run after.ZonedDateTime
ZonedTrigger. getNextRunTime(LastExecution lastExecutionInfo, ZonedDateTime taskScheduledTime)
Retrieve the next time that the task should run after.default Date
ZonedTrigger. getNextRunTime(LastExecution lastExecutionInfo, Date taskScheduledTime)
Retrieve the next time that the task should run after.boolean
Trigger. skipRun(LastExecution lastExecutionInfo, Date scheduledRunTime)
Return true if this run instance should be skipped.default boolean
ZonedTrigger. skipRun(LastExecution lastExecutionInfo, ZonedDateTime scheduledRunTime)
Return true if this run instance should be skipped.default boolean
ZonedTrigger. skipRun(LastExecution lastExecutionInfo, Date scheduledRunTime)
Return true if this run instance should be skipped.
-