クラス ItemStreamSupport

java.lang.ObjectSE
org.springframework.batch.item.ItemStreamSupport
実装されたすべてのインターフェース:
ItemStream
既知の直属サブクラス
AbstractItemStreamItemReaderAbstractItemStreamItemWriterChunkMonitor

public abstract class ItemStreamSupport extends ObjectSE implements ItemStream
ItemStream の空のメソッド実装。
作成者:
Dave Syer, Dean de Bree, Mahmoud Ben Hassine
  • コンストラクターの詳細

    • ItemStreamSupport

      public ItemStreamSupport()
  • メソッドの詳細

    • close

      @DeprecatedSE(since="5.0", forRemoval=true) public void close()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      ItemStream.close() を推奨して 5.0 以来。5.2 で削除予定。
      ノーオペレーション。
      次で指定:
      インターフェース ItemStreamclose 
      関連事項:
    • open

      @DeprecatedSE(since="5.0", forRemoval=true) public void open(ExecutionContext executionContext)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      ItemStream.open(ExecutionContext) を推奨する 5.0 以来 ()}。5.2 で削除予定。
      ノーオペレーション。
      次で指定:
      インターフェース ItemStreamopen 
      パラメーター:
      executionContext - 現在のステップの ExecutionContext 再起動時のステップの最後の実行からの executionContext になります。
      関連事項:
    • update

      @DeprecatedSE(since="5.0", forRemoval=true) public void update(ExecutionContext executionContext)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      ItemStream.update(ExecutionContext) を推奨する 5.0 以来 ()}。5.2 で削除予定。
      空の ExecutionContext を返します。
      次で指定:
      インターフェース ItemStreamupdate 
      パラメーター:
      executionContext - 更新される
      関連事項:
    • setName

      public void setName(StringSE name)
      ExecutionContext のキーのステムとして使用されるコンポーネントの名前。サブクラスはデフォルト値を提供する必要があります。クラス名の短縮形。
      パラメーター:
      name - コンポーネントの名前
    • getName

      public StringSE getName()
      コンポーネントの名前を取得する
      戻り値:
      コンポーネントの名前
    • setExecutionContextName

      protected void setExecutionContextName(StringSE name)
    • getExecutionContextKey

      public StringSE getExecutionContextKey(StringSE key)