|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.batch.ibatissupport.IBatisDbCollectorImpl.QueuePutRowHandler
private static class IBatisDbCollectorImpl.QueuePutRowHandler
Row
ハンドラの実装クラス。
フィールドの概要 | |
---|---|
private int |
collected
対象データ取得数。 |
private CollectedDataHandler |
collectedDataHandler
対象データ取得を処理するハンドラ。 |
private JobStatus |
jobStatus
処理状況。 |
コンストラクタの概要 | |
---|---|
IBatisDbCollectorImpl.QueuePutRowHandler(CollectedDataHandler collectedDataHandler,
JobStatus jobStatus)
コンストラクタ。 |
メソッドの概要 | |
---|---|
int |
getCollected()
対象データ取得数を取得する。 |
void |
handleRow(java.lang.Object row)
Row ハンドラメソッド。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private int collected
private CollectedDataHandler collectedDataHandler
private JobStatus jobStatus
コンストラクタの詳細 |
---|
public IBatisDbCollectorImpl.QueuePutRowHandler(CollectedDataHandler collectedDataHandler, JobStatus jobStatus)
collectedDataHandler
- 対象データ取得を格納するワーカキューjobStatus
- 処理状況メソッドの詳細 |
---|
public void handleRow(java.lang.Object row)
Row
ハンドラメソッド。
DBから取得したRow
データをキューに格納する。
com.ibatis.sqlmap.client.event.RowHandler
内の handleRow
row
- DBから取得したRow
public int getCollected()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |