Definition at line 41 of file SyncNumberManager.java.
Public Member Functions | |
long | getCurrentSynchroNumber () throws DatabaseException |
return current current synchro number. | |
void | setTimeStampForSynchroNumber (long syncNumber) throws SyncNumberNotFoundException |
set the new timestamp for the specified syncnumber. | |
long | getTimeStampForSynchroNumber (long syncNumber) throws SyncNumberNotFoundException |
return the last timestamp of the specified sync number. |
long org.openmobileis.synchro.algo.syncnumber.SyncNumberManager.getCurrentSynchroNumber | ( | ) | throws DatabaseException |
return current current synchro number.
SyncNumberNotFoundException |
Definition at line 84 of file SyncNumberManager.java.
void org.openmobileis.synchro.algo.syncnumber.SyncNumberManager.setTimeStampForSynchroNumber | ( | long | syncNumber | ) | throws SyncNumberNotFoundException |
set the new timestamp for the specified syncnumber.
If it does not exist it is created.
Definition at line 99 of file SyncNumberManager.java.
long org.openmobileis.synchro.algo.syncnumber.SyncNumberManager.getTimeStampForSynchroNumber | ( | long | syncNumber | ) | throws SyncNumberNotFoundException |
return the last timestamp of the specified sync number.
Throws SyncNumberNotFoundException if not found.
Definition at line 106 of file SyncNumberManager.java.