|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getCurrentFileName()
|
long |
getNumberOfLinesToProcess()
|
long |
getReadFileLine()
The number of read line for the current processed file |
ImporterStatus |
getStatus()
|
java.lang.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 |
java.util.List<NameValueDTO<java.lang.Integer>> |
rollback()
/! |
boolean |
shouldBeSkipped()
|
| Method Detail |
|---|
void process()
long getReadFileLine()
getTotalReadLine()long getTotalReadLine()
getReadFileLine()java.lang.String getCurrentFileName()
long getNumberOfLinesToProcess()
ImporterStatus getStatus()
java.lang.String getStatusMessage()
java.util.List<NameValueDTO<java.lang.Integer>> rollback()
boolean shouldBeSkipped()
void resetStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||