public interface BatchManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
Returns the name of the file
|
BatchItem |
getNextItem()
Gets the next available batch item or null if no more are available
|
void |
start()
Starts processing the batch
|
void |
stop()
Stops processing the batch
|
void start()
throws java.io.IOException
java.io.IOException - if an error occurs while processing the batch fileBatchItem getNextItem() throws java.io.IOException
java.io.IOException - if an error occurs while processing the batch filevoid stop() throws java.io.IOException
java.io.IOException - if an error occurs while processing the batch filejava.lang.String getFilename()