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)
バッチ更新実行に使用したバッチ更新サポートを設定する.
|
public BatchUpdateResult()
public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Integer executeBatchResult)
executeBatchUpdateSupport
- BatchUpdateSupport 更新実行に使用したバッチ更新サポートexecuteBatchResult
- Integer バッチ更新実行結果public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Throwable executeBatchException)
executeBatchUpdateSupport
- BatchUpdateSupport 更新実行に使用したバッチ更新サポートexecuteBatchException
- Throwable バッチ更新実行時に発生した例外public BatchUpdateSupport getExecuteBatchUpdateSupport()
public void setExecuteBatchUpdateSupport(BatchUpdateSupport executeBatchUpdateSupport)
executeBatchUpdateSupport
- public Integer getExecuteBatchResult()
public void setExecuteBatchResult(Integer executeBatchResult)
executeBatchResult
- public Throwable getExecuteBatchException()
public void setExecuteBatchException(Throwable executeBatchException)
executeBatchException
- Copyright © 2014 NTT DATA Corporation.