|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a standard interface to a batching mechanism
Method Summary | |
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 |
Method Detail |
public void start() throws java.io.IOException
java.io.IOException
- if an error occurs while processing the
batch filepublic BatchItem getNextItem() throws java.io.IOException
java.io.IOException
- if an error occurs while processing the
batch filepublic void stop() throws java.io.IOException
java.io.IOException
- if an error occurs while processing the
batch filepublic java.lang.String getFilename()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |