jp.terasoluna.fw.batch.dao.support
クラス BatchUpdateResult

java.lang.Object
  上位を拡張 jp.terasoluna.fw.batch.dao.support.BatchUpdateResult

public class BatchUpdateResult
extends Object

バッチ更新実行結果クラス


コンストラクタの概要
BatchUpdateResult()
          コンストラクタ
BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Integer executeBatchResult)
          コンストラクタ
BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Throwable executeBatchException)
          コンストラクタ
 
メソッドの概要
 Throwable getExecuteBatchException()
          バッチ更新実行時に発生した例外を取得する.
 Integer getExecuteBatchResult()
          バッチ更新実行結果を取得する.
 BatchUpdateSupport getExecuteBatchUpdateSupport()
          バッチ更新実行に使用したバッチ更新サポートを取得する.
 void setExecuteBatchException(Throwable executeBatchException)
          バッチ更新実行時に発生した例外を設定する.
 void setExecuteBatchResult(Integer executeBatchResult)
          バッチ更新実行結果を設定する.
 void setExecuteBatchUpdateSupport(BatchUpdateSupport executeBatchUpdateSupport)
          バッチ更新実行に使用したバッチ更新サポートを設定する.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BatchUpdateResult

public BatchUpdateResult()
コンストラクタ


BatchUpdateResult

public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport,
                         Integer executeBatchResult)
コンストラクタ

パラメータ:
executeBatchUpdateSupport - BatchUpdateSupport 更新実行に使用したバッチ更新サポート
executeBatchResult - Integer バッチ更新実行結果

BatchUpdateResult

public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport,
                         Throwable executeBatchException)
コンストラクタ

パラメータ:
executeBatchUpdateSupport - BatchUpdateSupport 更新実行に使用したバッチ更新サポート
executeBatchException - Throwable バッチ更新実行時に発生した例外
メソッドの詳細

getExecuteBatchUpdateSupport

public BatchUpdateSupport getExecuteBatchUpdateSupport()
バッチ更新実行に使用したバッチ更新サポートを取得する.

戻り値:

setExecuteBatchUpdateSupport

public void setExecuteBatchUpdateSupport(BatchUpdateSupport executeBatchUpdateSupport)
バッチ更新実行に使用したバッチ更新サポートを設定する.

パラメータ:
executeBatchUpdateSupport -

getExecuteBatchResult

public Integer getExecuteBatchResult()
バッチ更新実行結果を取得する.

戻り値:

setExecuteBatchResult

public void setExecuteBatchResult(Integer executeBatchResult)
バッチ更新実行結果を設定する.

パラメータ:
executeBatchResult -

getExecuteBatchException

public Throwable getExecuteBatchException()
バッチ更新実行時に発生した例外を取得する.

戻り値:

setExecuteBatchException

public void setExecuteBatchException(Throwable executeBatchException)
バッチ更新実行時に発生した例外を設定する.

パラメータ:
executeBatchException -


Copyright © 2011. All Rights Reserved.