|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImporterProcessor
Interface for Geonames processor
| Method Summary | |
|---|---|
String |
getCurrentFileName()
|
long |
getNumberOfLinesToProcess()
|
long |
getReadFileLine()
The number of read line for the current processed file |
ImporterStatus |
getStatus()
|
String |
getStatusMessage()
|
long |
getTotalReadLine()
The number of read line for all the processed file |
void |
process()
Do the stuff... |
void |
resetStatus()
Reset status fields, it should be done when the import has been canceled |
List<NameValueDTO<Integer>> |
rollback()
/! |
boolean |
shouldBeSkipped()
|
| Method Detail |
|---|
void process()
long getReadFileLine()
getTotalReadLine()long getTotalReadLine()
getReadFileLine()String getCurrentFileName()
long getNumberOfLinesToProcess()
ImporterStatus getStatus()
String getStatusMessage()
List<NameValueDTO<Integer>> rollback()
boolean shouldBeSkipped()
void resetStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||