Interface SyncStatusHolder
-
- All Known Implementing Classes:
DefaultSyncStatusHolder,RAFileSyncStatusWriter
public interface SyncStatusHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLastLine()intgetLastLineDumpCount()intgetLastTurnDumpCount()intgetTurn()booleanisErrorsOccured()voidlogBeginTurn(int turn)voidlogFinishTurn(int turn, int turnDumpCount)voidlogLine(int lastLine, int lastLineDumpCount, boolean errorsOccured)voidsyncAborted()voidsyncDone()
-
-
-
Method Detail
-
getLastLine
int getLastLine()
-
getLastTurnDumpCount
int getLastTurnDumpCount()
-
getLastLineDumpCount
int getLastLineDumpCount()
-
getTurn
int getTurn()
-
isErrorsOccured
boolean isErrorsOccured()
-
logBeginTurn
void logBeginTurn(int turn)
-
logFinishTurn
void logFinishTurn(int turn, int turnDumpCount)
-
logLine
void logLine(int lastLine, int lastLineDumpCount, boolean errorsOccured)
-
syncDone
void syncDone()
-
syncAborted
void syncAborted()
-
-