|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BatchManager
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 |
|---|
void start()
throws java.io.IOException
java.io.IOException - if an error occurs while processing the batch file
BatchItem getNextItem()
throws java.io.IOException
java.io.IOException - if an error occurs while processing the batch file
void stop()
throws java.io.IOException
java.io.IOException - if an error occurs while processing the batch filejava.lang.String getFilename()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||