クラスの使用
org.springframework.scheduling.support.CronTrigger
パッケージ
説明
XML スキーマが主要な構成形式である、宣言的なスケジューリング構成のサポートパッケージ。
スケジューリングの汎用サポートクラス。
org.springframework.scheduling.config 内の CronTrigger 使用
org.springframework.scheduling.support 内の CronTrigger 使用
修飾子と型メソッド説明static CronTrigger
CronTrigger.forFixedExecution
(StringSE expression) 固定実行用のCronTrigger
を作成し、最後にスケジュールされた時刻に基づいてタスクごとに再スケジュールします。static CronTrigger
CronTrigger.forLenientExecution
(StringSE expression) 寛容な実行のためにCronTrigger
を作成し、完了時間に基づいてタスクごとに再スケジュールします。static CronTrigger
CronTrigger.resumeFixedExecution
(StringSE expression, InstantSE resumptionTimestamp) 固定実行用のCronTrigger
を作成し、最後にスケジュールされた時刻に基づいてタスクごとに再スケジュールします。static CronTrigger
CronTrigger.resumeLenientExecution
(StringSE expression, InstantSE resumptionTimestamp) 寛容な実行のためにCronTrigger
を作成し、完了時間に基づいてタスクごとに再スケジュールします。