Definition at line 44 of file DefaultSyncNumberManagerDelegate.java.
Public Member Functions | |
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. |
void org.openmobileis.synchro.algo.syncnumber.impl.DefaultSyncNumberManagerDelegate.setTimeStampForSynchroNumber | ( | long | syncNumber | ) | throws SyncNumberNotFoundException |
set the new timestamp for the specified syncnumber.
If it does not exist it is created.
Implements org.openmobileis.synchro.algo.syncnumber.SyncNumberManagerDelegate.
Definition at line 154 of file DefaultSyncNumberManagerDelegate.java.
References org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager.update().
long org.openmobileis.synchro.algo.syncnumber.impl.DefaultSyncNumberManagerDelegate.getTimeStampForSynchroNumber | ( | long | syncNumber | ) | throws SyncNumberNotFoundException |
return the last timestamp of the specified sync number.
Throws SyncNumberNotFoundException if not found.
Implements org.openmobileis.synchro.algo.syncnumber.SyncNumberManagerDelegate.
Definition at line 173 of file DefaultSyncNumberManagerDelegate.java.