クラス FlowExecutionStatus

java.lang.ObjectSE
org.springframework.batch.core.job.flow.FlowExecutionStatus
実装されたすべてのインターフェース:
ComparableSE<FlowExecutionStatus>

public class FlowExecutionStatus extends ObjectSE implements ComparableSE<FlowExecutionStatus>
FlowExecution のステータスを表します。
導入:
2.0
作成者:
Dan Garrette, Dave Syer, Mahmoud Ben Hassine
  • フィールドの詳細

    • COMPLETED

      public static final FlowExecutionStatus COMPLETED
      特別な既知のステータス値。
    • STOPPED

      public static final FlowExecutionStatus STOPPED
      特別な既知のステータス値。
    • FAILED

      public static final FlowExecutionStatus FAILED
      特別な既知のステータス値。
    • UNKNOWN

      public static final FlowExecutionStatus UNKNOWN
      特別な既知のステータス値。
  • コンストラクターの詳細

    • FlowExecutionStatus

      public FlowExecutionStatus(StringSE status)
      パラメーター:
      status - 文字列ステータス値。
  • メソッドの詳細

    • isStop

      public boolean isStop()
      戻り値:
      ステータスが "STOPPED" で始まる場合は true
    • isFail

      public boolean isFail()
      戻り値:
      ステータスが "FAILED" で始まる場合は true
    • isEnd

      public boolean isEnd()
      戻り値:
      このステータスがフローの終了を表す場合は true
    • compareTo

      public int compareTo(FlowExecutionStatus other)
      ステータスを比較して、FlowExecutionStatus インスタンスの順序を作成します。
      次で指定:
      インターフェース ComparableSE<FlowExecutionStatus>compareToSE 
      パラメーター:
      other - このインスタンスを比較する FlowExecutionStatus のインスタンス。
      戻り値:
      契約に従って負、ゼロ、正
      関連事項:
    • equals

      public boolean equals(ObjectSE object)
      ステータスの同等性を確認してください。
      オーバーライド:
      クラス ObjectSEequalsSE 
      関連事項:
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString 
      関連事項:
    • getName

      public StringSE getName()
      戻り値:
      このステータスの名前