クラスの使用
jakarta.batch.operations.NoSuchJobExecutionException
NoSuchJobExecutionException を使用するパッケージ
jakarta.batch.operations 内の NoSuchJobExecutionException 使用
NoSuchJobExecutionException をスローする jakarta.batch.operations のメソッド修飾子と型メソッド説明voidJobOperator.abandon(long executionId) バッチステータスを ABANDONED に設定します。JobOperator.getJobExecution(long executionId) 指定された実行 ID のジョブ実行を返します。JobOperator.getJobInstance(long executionId) 指定された実行 ID のジョブインスタンスを返します。JobOperator.getParameters(long executionId) 指定されたジョブインスタンスのジョブパラメーターを返します。JobOperator.getStepExecutions(long jobExecutionId) 指定された実行 ID の StepExecutions を返します。longJobOperator.restart(long executionId, PropertiesSE restartParameters) 非同期に実行される、失敗または停止したジョブインスタンスを再起動します。voidJobOperator.stop(long executionId) 実行中のジョブの実行停止リクエスト。