|
|||||||||||
| 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()
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()
throws Exception
Exception - throw if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||