|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ChunkListener
ChunkListener intercepts chunk processing.
| Method Summary | |
|---|---|
void |
afterChunk()
The afterChunk method receives control after processing of the current chunk ends. |
void |
beforeChunk()
The beforeChunk method receives control before processing of the next chunk begins. |
void |
onError(Exception e)
The onError method receives control before the chunk transaction is rolled back. |
| Method Detail |
|---|
void beforeChunk()
throws Exception
Exception - throw if an error occurs.
void afterChunk()
throws Exception
Exception - throw if an error occurs.
void onError(Exception e)
throws Exception
ex - specifies the exception that
caused the roll back.
Exception - throw if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0