public interface IBatchProcessing extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
closeInputFile() |
void |
closeOutputFile() |
void |
createOutputFile() |
Date |
getDateCreated() |
Date |
getDateLastProcessed() |
long |
getReadRecordsCount() |
long |
getWrittenRecordsCount() |
boolean |
hasNextRecord() |
boolean |
isCancelled() |
boolean |
isPaused() |
boolean |
isRunning() |
void |
loadConfig() |
void |
openInputFile() |
void |
pause() |
void |
processRecord() |
void |
readRecord() |
void |
saveConfig() |
void |
setConfigFile(File configFile) |
void |
start() |
void |
writeRecord() |
void start()
throws BatchProcessingException
BatchProcessingExceptionvoid pause()
throws BatchProcessingException
BatchProcessingExceptionvoid cancel()
throws BatchProcessingException
BatchProcessingExceptionvoid close()
throws BatchProcessingException
BatchProcessingExceptionvoid saveConfig()
throws BatchProcessingException
BatchProcessingExceptionvoid loadConfig()
throws BatchProcessingException
BatchProcessingExceptionvoid processRecord()
throws BatchProcessingException
BatchProcessingExceptionvoid readRecord()
throws BatchProcessingException
BatchProcessingExceptionvoid writeRecord()
throws BatchProcessingException
BatchProcessingExceptionboolean hasNextRecord()
long getReadRecordsCount()
long getWrittenRecordsCount()
void setConfigFile(File configFile)
void openInputFile()
throws BatchProcessingException
BatchProcessingExceptionvoid createOutputFile()
throws BatchProcessingException
BatchProcessingExceptionvoid closeInputFile()
throws BatchProcessingException
BatchProcessingExceptionvoid closeOutputFile()
throws BatchProcessingException
BatchProcessingExceptionboolean isRunning()
boolean isPaused()
boolean isCancelled()
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.