public interface ChunkListener| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterChunk()afterChunk メソッドは、現在のチャンクの処理が終了した後に制御を受け取ります。 |
void | beforeChunk()beforeChunk メソッドは、次のチャンクの処理が始まる前に制御を受け取ります。 |
void | onError(ExceptionSE ex)onError メソッドは、チャンクトランザクションがロールバックされる前に制御を受け取ります。 |
void beforeChunk()
throws ExceptionSEExceptionSE - エラーが発生した場合にスローします。void onError(ExceptionSE ex) throws ExceptionSE
ex - ロールバックを引き起こした例外を指定します。ExceptionSE - エラーが発生した場合にスローします。void afterChunk()
throws ExceptionSEExceptionSE - エラーが発生した場合にスローします。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.