public interface BatchRecordProcessor
Modifier and Type | Method and Description |
---|---|
int |
completeProcessing()
This method is invoked during job destruction.
|
void |
initialize(java.util.Properties props)
This method is invoked during step setup to allow any initialization to occur
|
java.lang.Object |
processRecord(java.lang.Object record)
This method is invoked at the beginning of the step to process any header information
read by an input stream
|
void initialize(java.util.Properties props)
props
- java.lang.Object processRecord(java.lang.Object record) throws java.lang.Exception
record
- java.lang.Exception
int completeProcessing()