インタフェース
jp.terasoluna.fw.collector.exception.CollectorExceptionHandler の使用

CollectorExceptionHandler を使用しているパッケージ
jp.terasoluna.fw.collector コレクタ 
jp.terasoluna.fw.collector.db データベースコレクタ 
jp.terasoluna.fw.collector.file ファイルコレクタ 
 

jp.terasoluna.fw.collector での CollectorExceptionHandler の使用
 

CollectorExceptionHandler として宣言されている jp.terasoluna.fw.collector のフィールド
protected  CollectorExceptionHandler AbstractCollectorConfig.exceptionHandler
          CollectorExceptionHandler
protected  CollectorExceptionHandler AbstractCollector.exceptionHandler
          CollectorExceptionHandler
 

CollectorExceptionHandler を返す jp.terasoluna.fw.collector のメソッド
 CollectorExceptionHandler AbstractCollectorConfig.getExceptionHandler()
          CollectorExceptionHandlerを取得する。
 

CollectorExceptionHandler 型のパラメータを持つ jp.terasoluna.fw.collector のメソッド
 void AbstractCollectorConfig.setExceptionHandler(CollectorExceptionHandler exceptionHandler)
          CollectorExceptionHandlerを設定する。
 

jp.terasoluna.fw.collector.db での CollectorExceptionHandler の使用
 

CollectorExceptionHandler 型のパラメータを持つ jp.terasoluna.fw.collector.db のメソッド
 DBCollectorConfig DBCollectorConfig.addExceptionHandler(CollectorExceptionHandler exceptionHandler)
          CollectorExceptionHandlerを設定する
 

CollectorExceptionHandler 型のパラメータを持つ jp.terasoluna.fw.collector.db のコンストラクタ
DBCollector(jp.terasoluna.fw.dao.QueryRowHandleDAO queryRowHandleDAO, String sqlID, Object bindParams, CollectorExceptionHandler exceptionHandler)
          DBCollectorコンストラクタ
DBCollector(jp.terasoluna.fw.dao.QueryRowHandleDAO queryRowHandleDAO, String sqlID, Object bindParams, int queueSize, boolean relation1n, CollectorExceptionHandler exceptionHandler, DBCollectorPrePostProcess dbCollectorPrePostProcess)
          DBCollectorコンストラクタ
DBValidateCollector(jp.terasoluna.fw.dao.QueryRowHandleDAO queryRowHandleDAO, String sqlID, Object bindParams, int queueSize, boolean relation1n, CollectorExceptionHandler exceptionHandler, DBCollectorPrePostProcess dbCollectorPrePostProcess, org.springframework.validation.Validator validator)
          DBValidateCollectorコンストラクタ
DBValidateCollector(jp.terasoluna.fw.dao.QueryRowHandleDAO queryRowHandleDAO, String sqlID, Object bindParams, int queueSize, boolean relation1n, CollectorExceptionHandler exceptionHandler, DBCollectorPrePostProcess dbCollectorPrePostProcess, org.springframework.validation.Validator validator, ValidationErrorHandler validationErrorHandler)
          DBValidateCollectorコンストラクタ
DBValidateCollector(jp.terasoluna.fw.dao.QueryRowHandleDAO queryRowHandleDAO, String sqlID, Object bindParams, int queueSize, CollectorExceptionHandler exceptionHandler, org.springframework.validation.Validator validator)
          DBValidateCollectorコンストラクタ
DBValidateCollector(jp.terasoluna.fw.dao.QueryRowHandleDAO queryRowHandleDAO, String sqlID, Object bindParams, int queueSize, CollectorExceptionHandler exceptionHandler, org.springframework.validation.Validator validator, ValidationErrorHandler validationErrorHandler)
          DBValidateCollectorコンストラクタ
 

jp.terasoluna.fw.collector.file での CollectorExceptionHandler の使用
 

CollectorExceptionHandler 型のパラメータを持つ jp.terasoluna.fw.collector.file のメソッド
 FileCollectorConfig<P> FileCollectorConfig.addExceptionHandler(CollectorExceptionHandler exceptionHandler)
          CollectorExceptionHandlerを設定する
 

CollectorExceptionHandler 型のパラメータを持つ jp.terasoluna.fw.collector.file のコンストラクタ
FileCollector(jp.terasoluna.fw.file.dao.FileQueryDAO fileQueryDAO, String fileName, Class<P> clazz, CollectorExceptionHandler exceptionHandler)
          FileCollectorコンストラクタ.
FileCollector(jp.terasoluna.fw.file.dao.FileQueryDAO fileQueryDAO, String fileName, Class<P> clazz, int queueSize, CollectorExceptionHandler exceptionHandler)
          FileCollectorコンストラクタ.
FileValidateCollector(jp.terasoluna.fw.file.dao.FileQueryDAO fileQueryDAO, String fileName, Class<P> clazz, CollectorExceptionHandler exceptionHandler, org.springframework.validation.Validator validator)
          FileValidateCollectorコンストラクタ.
FileValidateCollector(jp.terasoluna.fw.file.dao.FileQueryDAO fileQueryDAO, String fileName, Class<P> clazz, CollectorExceptionHandler exceptionHandler, org.springframework.validation.Validator validator, ValidationErrorHandler validationErrorHandler)
          FileValidateCollectorコンストラクタ.
FileValidateCollector(jp.terasoluna.fw.file.dao.FileQueryDAO fileQueryDAO, String fileName, Class<P> clazz, int queueSize, CollectorExceptionHandler exceptionHandler, org.springframework.validation.Validator validator)
          FileValidateCollectorコンストラクタ.
FileValidateCollector(jp.terasoluna.fw.file.dao.FileQueryDAO fileQueryDAO, String fileName, Class<P> clazz, int queueSize, CollectorExceptionHandler exceptionHandler, org.springframework.validation.Validator validator, ValidationErrorHandler validationErrorHandler)
          FileValidateCollectorコンストラクタ.
 



Copyright © 2012. All Rights Reserved.