|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| BaseBatch | Base class for Batches, subclasses will implement:
Mandatory : Public empty constructor
Mandatory : BaseBatch#registerInServer() Method used to register batch in server, contains all configuration
Mandatory : BaseBatchBaseBatch.executeBeforeData() to do some job before getting data, this method is called in Monothreaded mode
Mandatory : BaseBatchBaseBatch.exec(Object[]) to call the business classes that do the Job on the Data, this method is called in Multi threaded mode if batch is multi threaded
Mandatory : BaseBatchBaseBatch.executeAfterDataEnd() to do some job after all data have been treated, this method is called in Monothreaded mode
|
This package contains public API for abstract batch
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||