jp.terasoluna.fw.batch.init
クラス JobRequestInfoHandlerFactory

java.lang.Object
  上位を拡張 jp.terasoluna.fw.batch.init.JobRequestInfoHandlerFactory
すべての実装されたインタフェース:
CollectedDataHandlerFactory

public class JobRequestInfoHandlerFactory
extends java.lang.Object
implements CollectedDataHandlerFactory

ジョブ依頼情報格納用ワーカキュー生成用クラス。


コンストラクタの概要
JobRequestInfoHandlerFactory()
           
 
メソッドの概要
 JobRequestInfoHandler getHandler(WorkQueue workQueue, JobContext jobContext)
          ジョブ依頼情報格納用ワーカキューを生成し、取得する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JobRequestInfoHandlerFactory

public JobRequestInfoHandlerFactory()
メソッドの詳細

getHandler

public JobRequestInfoHandler getHandler(WorkQueue workQueue,
                                        JobContext jobContext)
ジョブ依頼情報格納用ワーカキューを生成し、取得する。

定義:
インタフェース CollectedDataHandlerFactory 内の getHandler
パラメータ:
workQueue - ワークキュー
jobContext - ジョブコンテクスト
戻り値:
ジョブ依頼情報格納用ワーカキュー