|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Batchlet
A batchlet is type of batch step that can be used for any type of background processing that does not explicitly call for a chunk oriented approach.
A well-behaved batchlet responds to stop requests by implementing the stop method.
| Method Summary | |
|---|---|
String |
process()
The process method does the work of the batchlet. |
void |
stop()
The stop method is invoked by the batch runtime as part of JobOperator.stop() method processing. |
| Method Detail |
|---|
String process()
throws Exception
Exception - if an error occurs.
void stop()
throws Exception
Exception - if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||