パッケージ | 説明 |
---|---|
jp.terasoluna.fw.collector.db |
データベースコレクタ
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
DBValidateCollector<P>
DBValidateCollector
独立した別スレッドを起動し、QueryRowHandleDAOを非同期で実行する。 |
修飾子とタイプ | フィールドと説明 |
---|---|
protected DBCollector<?> |
QueueingDataRowHandlerImpl.dbCollector
DBCollector
|
修飾子とタイプ | メソッドと説明 |
---|---|
<P> void |
DBCollectorPrePostProcess.postprocessComplete(DBCollector<P> collector)
SQL実行終了時に実行されるメソッド.
|
<P> DBCollectorPrePostProcessStatus |
DBCollectorPrePostProcess.postprocessException(DBCollector<P> collector,
Throwable throwable)
SQL実行終了時(例外)に実行されるメソッド.
|
<P> void |
DBCollectorPrePostProcess.preprocess(DBCollector<P> collector)
SQL実行開始前に実行されるメソッド.
|
void |
QueueingDataRowHandlerImpl.setDbCollector(DBCollector<?> dbCollector)
DBCollectorを設定する。
|
void |
QueueingDataRowHandler.setDbCollector(DBCollector<?> dbCollector)
DBCollectorを設定する。
|
Copyright © 2014 NTT DATA Corporation.