| パッケージ | 説明 |
|---|---|
| jp.terasoluna.fw.collector |
コレクタ
|
| jp.terasoluna.fw.collector.db |
データベースコレクタ
|
| jp.terasoluna.fw.collector.file |
ファイルコレクタ
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CollectorExceptionHandler |
AbstractCollectorConfig.exceptionHandler
CollectorExceptionHandler
|
protected CollectorExceptionHandler |
AbstractCollector.exceptionHandler
CollectorExceptionHandler
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CollectorExceptionHandler |
AbstractCollectorConfig.getExceptionHandler()
CollectorExceptionHandlerを取得する。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AbstractCollectorConfig.setExceptionHandler(CollectorExceptionHandler exceptionHandler)
CollectorExceptionHandlerを設定する。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DBCollectorConfig |
DBCollectorConfig.addExceptionHandler(CollectorExceptionHandler exceptionHandler)
CollectorExceptionHandlerを設定する
|
| コンストラクタと説明 |
|---|
DBCollector(QueryRowHandleDAO queryRowHandleDAO,
String sqlID,
Object bindParams,
CollectorExceptionHandler exceptionHandler)
DBCollectorコンストラクタ
|
DBCollector(QueryRowHandleDAO queryRowHandleDAO,
String sqlID,
Object bindParams,
int queueSize,
boolean relation1n,
CollectorExceptionHandler exceptionHandler,
DBCollectorPrePostProcess dbCollectorPrePostProcess)
DBCollectorコンストラクタ
|
DBValidateCollector(QueryRowHandleDAO queryRowHandleDAO,
String sqlID,
Object bindParams,
int queueSize,
boolean relation1n,
CollectorExceptionHandler exceptionHandler,
DBCollectorPrePostProcess dbCollectorPrePostProcess,
org.springframework.validation.Validator validator)
DBValidateCollectorコンストラクタ
|
DBValidateCollector(QueryRowHandleDAO queryRowHandleDAO,
String sqlID,
Object bindParams,
int queueSize,
boolean relation1n,
CollectorExceptionHandler exceptionHandler,
DBCollectorPrePostProcess dbCollectorPrePostProcess,
org.springframework.validation.Validator validator,
ValidationErrorHandler validationErrorHandler)
DBValidateCollectorコンストラクタ
|
DBValidateCollector(QueryRowHandleDAO queryRowHandleDAO,
String sqlID,
Object bindParams,
int queueSize,
CollectorExceptionHandler exceptionHandler,
org.springframework.validation.Validator validator)
DBValidateCollectorコンストラクタ
|
DBValidateCollector(QueryRowHandleDAO queryRowHandleDAO,
String sqlID,
Object bindParams,
int queueSize,
CollectorExceptionHandler exceptionHandler,
org.springframework.validation.Validator validator,
ValidationErrorHandler validationErrorHandler)
DBValidateCollectorコンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FileCollectorConfig<P> |
FileCollectorConfig.addExceptionHandler(CollectorExceptionHandler exceptionHandler)
CollectorExceptionHandlerを設定する
|
| コンストラクタと説明 |
|---|
FileCollector(FileQueryDAO fileQueryDAO,
String fileName,
Class<P> clazz,
CollectorExceptionHandler exceptionHandler)
FileCollectorコンストラクタ.
|
FileCollector(FileQueryDAO fileQueryDAO,
String fileName,
Class<P> clazz,
int queueSize,
CollectorExceptionHandler exceptionHandler)
FileCollectorコンストラクタ.
|
FileValidateCollector(FileQueryDAO fileQueryDAO,
String fileName,
Class<P> clazz,
CollectorExceptionHandler exceptionHandler,
org.springframework.validation.Validator validator)
FileValidateCollectorコンストラクタ.
|
FileValidateCollector(FileQueryDAO fileQueryDAO,
String fileName,
Class<P> clazz,
CollectorExceptionHandler exceptionHandler,
org.springframework.validation.Validator validator,
ValidationErrorHandler validationErrorHandler)
FileValidateCollectorコンストラクタ.
|
FileValidateCollector(FileQueryDAO fileQueryDAO,
String fileName,
Class<P> clazz,
int queueSize,
CollectorExceptionHandler exceptionHandler,
org.springframework.validation.Validator validator)
FileValidateCollectorコンストラクタ.
|
FileValidateCollector(FileQueryDAO fileQueryDAO,
String fileName,
Class<P> clazz,
int queueSize,
CollectorExceptionHandler exceptionHandler,
org.springframework.validation.Validator validator,
ValidationErrorHandler validationErrorHandler)
FileValidateCollectorコンストラクタ.
|
Copyright © 2014 NTT DATA Corporation.