インタフェース
jp.terasoluna.fw.batch.core.CollectedDataHandlerFactory の使用

CollectedDataHandlerFactory を使用しているパッケージ
jp.terasoluna.fw.batch.controlbreak コントロールブレイク機能関連 
jp.terasoluna.fw.batch.core フレームワーク基底クラス群 
jp.terasoluna.fw.batch.init 非同期実行機能関連クラス群 
jp.terasoluna.fw.batch.partition 分割ジョブ関連 
jp.terasoluna.fw.batch.standard フレームワーク基底クラスに対する標準実装クラス群 
jp.terasoluna.fw.batch.validation 入力チェック関連 
 

jp.terasoluna.fw.batch.controlbreak での CollectedDataHandlerFactory の使用
 

CollectedDataHandlerFactory を実装している jp.terasoluna.fw.batch.controlbreak のクラス
 class ControlBreakChunkerFactory
          トランザクショナルコントロールブレイク単位にチャンクを作成する ControlBreakChunker を生成するクラス。
 

jp.terasoluna.fw.batch.core での CollectedDataHandlerFactory の使用
 

CollectedDataHandlerFactory として宣言されている jp.terasoluna.fw.batch.core のフィールド
private  CollectedDataHandlerFactory AbstractCollector.collectedDataHandlerFactory
          対象データハンドラ。
 

CollectedDataHandlerFactory 型のパラメータを持つ jp.terasoluna.fw.batch.core のメソッド
 void AbstractCollector.setCollectedDataHandlerFactory(CollectedDataHandlerFactory collectedDataHandlerFactory)
          収集データ処理ハンドラを設定する。
 

jp.terasoluna.fw.batch.init での CollectedDataHandlerFactory の使用
 

CollectedDataHandlerFactory を実装している jp.terasoluna.fw.batch.init のクラス
 class JobRequestInfoHandlerFactory
          ジョブ依頼情報格納用ワーカキュー生成用クラス。
 

jp.terasoluna.fw.batch.partition での CollectedDataHandlerFactory の使用
 

CollectedDataHandlerFactory を実装している jp.terasoluna.fw.batch.partition のクラス
 class PartitionKeyHandlerFactory
          分割キー処理用ハンドラのファクトリクラス。
 

jp.terasoluna.fw.batch.standard での CollectedDataHandlerFactory の使用
 

CollectedDataHandlerFactory を実装している jp.terasoluna.fw.batch.standard のクラス
 class ChunkerFactory
          チャンカーを生成するファクトリクラス。
 

jp.terasoluna.fw.batch.validation での CollectedDataHandlerFactory の使用
 

CollectedDataHandlerFactory を実装している jp.terasoluna.fw.batch.validation のクラス
 class ValidationExecutorFactory
          入力チェック用チャンカーを生成するファクトリクラス。
 

CollectedDataHandlerFactory として宣言されている jp.terasoluna.fw.batch.validation のフィールド
private  CollectedDataHandlerFactory ValidationExecutorFactory.collectedDataHandlerFactory
          対象データ用チャンク作成用クラス。
 

CollectedDataHandlerFactory 型のパラメータを持つ jp.terasoluna.fw.batch.validation のメソッド
 void ValidationExecutorFactory.setCollectedDataHandlerFactory(CollectedDataHandlerFactory collectedDataHandlerFactory)
          対象データ用チャンク作成用クラスを設定する。