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

CollectedDataHandler を使用しているパッケージ
jp.terasoluna.fw.batch.controlbreak コントロールブレイク機能関連 
jp.terasoluna.fw.batch.core フレームワーク基底クラス群 
jp.terasoluna.fw.batch.ibatissupport iBatis依存クラス群 
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 での CollectedDataHandler の使用
 

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

CollectedDataHandler を返す jp.terasoluna.fw.batch.controlbreak のメソッド
 CollectedDataHandler ControlBreakChunkerFactory.getHandler(WorkQueue workQueue, JobContext jobContext)
          トランザクショナルコントロールブレイク単位にチャンクを作成する ControlBreakChunker を生成する。
 

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

CollectedDataHandler を返す jp.terasoluna.fw.batch.core のメソッド
 CollectedDataHandler CollectedDataHandlerFactory.getHandler(WorkQueue workQueue, JobContext jobContext)
          対象データハンドラを生成する。
 

CollectedDataHandler 型のパラメータを持つ jp.terasoluna.fw.batch.core のメソッド
protected abstract  CollectorResult AbstractCollector.doCollect(T jobContext, CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          対象データを取得する。
 

jp.terasoluna.fw.batch.ibatissupport での CollectedDataHandler の使用
 

CollectedDataHandler として宣言されている jp.terasoluna.fw.batch.ibatissupport のフィールド
private  CollectedDataHandler IBatisDbCollectorImpl.QueuePutRowHandler.collectedDataHandler
          対象データ取得を処理するハンドラ。
 

CollectedDataHandler 型のパラメータを持つ jp.terasoluna.fw.batch.ibatissupport のメソッド
protected  CollectorResult IBatisDbCollectorImpl.doCollect(JobContext jobContext, CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          対象データ取得処理を実行するメソッド。
 

CollectedDataHandler 型のパラメータを持つ jp.terasoluna.fw.batch.ibatissupport のコンストラクタ
IBatisDbCollectorImpl.QueuePutRowHandler(CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          コンストラクタ。
 

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

CollectedDataHandler を実装している jp.terasoluna.fw.batch.init のクラス
 class JobRequestInfoHandler
          非同期ジョブ起動時のジョブ依頼情報格納用キュークラス。
 

CollectedDataHandler 型のパラメータを持つ jp.terasoluna.fw.batch.init のメソッド
protected  CollectorResult JobRequestInfoCollector.doCollect(JobContext jobContext, CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          ジョブ依頼情報取得、監視処理の実行。
 

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

CollectedDataHandler を実装している jp.terasoluna.fw.batch.partition のクラス
 class PartitionKeyHandler
          分割処理時にパーティションキーを処理する対象データハンドラ。
 

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

CollectedDataHandler を実装している jp.terasoluna.fw.batch.standard のクラス
 class Chunker
          処理対象データを指定されたサイズ分まとめて、チャンクを作成するクラス。
 

CollectedDataHandler 型のパラメータを持つ jp.terasoluna.fw.batch.standard のメソッド
protected  CollectorResult StringArrayPropertyCollector.doCollect(JobContext jobContext, CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          取得処理を行う。
protected  CollectorResult StandardFileCollector.doCollect(JobContext jobContext, CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          入力ファイルからデータを取得する。
protected  CollectorResult ListPropertyCollector.doCollect(JobContext jobContext, CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
          取得処理を行う。
 

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

CollectedDataHandler を実装している jp.terasoluna.fw.batch.validation のクラス
 class ValidationExecutor
          入力チェック実行用、対象データのハンドラクラス。
 

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

CollectedDataHandler を返す jp.terasoluna.fw.batch.validation のメソッド
 CollectedDataHandler ValidationExecutorFactory.getHandler(WorkQueue workQueue, JobContext jobContext)
          入力チェック処理用チャンカーを生成する。
 

CollectedDataHandler 型のパラメータを持つ jp.terasoluna.fw.batch.validation のコンストラクタ
ValidationExecutor(CollectedDataHandler collectedDataHandler, Validator validator, ValidationResultHandler validationResultHandler)
          コンストラクタ。