インターフェースの使用
jakarta.enterprise.concurrent.LastExecution
LastExecution を使用するパッケージ パッケージ 説明 jakarta.enterprise.concurrent Jakarta Concurrency 仕様を構成するクラスとインターフェース。jakarta.enterprise.concurrent 内の LastExecution 使用
型 LastExecution のパラメーターを持つ jakarta.enterprise.concurrent のメソッド 修飾子と型 メソッド 説明 ZonedDateTimeSECronTrigger. getNextRunTime(LastExecution lastExecutionInfo, ZonedDateTimeSE taskScheduledTime)cron スケジュールを使用し、最新の実行の終了に基づいて (またはそれがない場合は、最初のスケジュール時間)、次にタスクを実行する時間を取得します。DateSETrigger. getNextRunTime(LastExecution lastExecutionInfo, DateSE taskScheduledTime)次回タスクを実行する時間を取得します。ZonedDateTimeSEZonedTrigger. getNextRunTime(LastExecution lastExecutionInfo, ZonedDateTimeSE taskScheduledTime)次回タスクを実行する時間を取得します。default DateSEZonedTrigger. getNextRunTime(LastExecution lastExecutionInfo, DateSE taskScheduledTime)次回タスクを実行する時間を取得します。booleanTrigger. skipRun(LastExecution lastExecutionInfo, DateSE scheduledRunTime)この実行インスタンスをスキップする必要がある場合は true を返します。default booleanZonedTrigger. skipRun(LastExecution lastExecutionInfo, ZonedDateTimeSE scheduledRunTime)この実行インスタンスをスキップする必要がある場合は true を返します。default booleanZonedTrigger. skipRun(LastExecution lastExecutionInfo, DateSE scheduledRunTime)この実行インスタンスをスキップする必要がある場合は true を返します。