クラス StepExecutionRequest

java.lang.ObjectSE
org.springframework.batch.integration.partition.StepExecutionRequest
実装されたすべてのインターフェース:
SerializableSE

public class StepExecutionRequest extends ObjectSE implements SerializableSE
リモートパーティショニング設定でステップ実行をリクエストするために必要なクラスカプセル化情報。
作成者:
Dave Syer, Mahmoud Ben Hassine
関連事項:
  • コンストラクターの詳細

    • StepExecutionRequest

      public StepExecutionRequest(StringSE stepName, LongSE jobExecutionId, LongSE stepExecutionId)
      新しい StepExecutionRequest インスタンスを作成します。
      パラメーター:
      stepName - 実行するステップの名前
      jobExecutionId - ジョブ実行の ID
      stepExecutionId - ステップ実行の ID
  • メソッドの詳細

    • getJobExecutionId

      public LongSE getJobExecutionId()
    • getStepExecutionId

      public LongSE getStepExecutionId()
    • getStepName

      public StringSE getStepName()
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString