Uses of Interface
jakarta.enterprise.concurrent.LastExecution
Package
Description
Classes and interfaces that make up the Jakarta Concurrency specification.
-
Uses of LastExecution in jakarta.enterprise.concurrent
Modifier and TypeMethodDescriptionCronTrigger.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.Trigger.getNextRunTime
(LastExecution lastExecutionInfo, Date taskScheduledTime) Retrieve the next time that the task should run after.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.