Inheritance diagram for org.openmobileis.synchro.algo.syncnumber.impl.OracleSyncNumberManagerDelegate:
Definition at line 44 of file OracleSyncNumberManagerDelegate.java.
Public Member Functions | |
OracleSyncNumberManagerDelegate () | |
void | initDelegate () |
synchronized void | setSyncNumberFactory (SyncNumberQueryManager fac) |
SynchroNumber | getSynchroNumber (long ns) throws SyncNumberNotFoundException |
long | getCurrentSynchroNumber () throws DatabaseException |
SynchroNumber | getNextSynchroNumber () throws DatabaseException |
void | deleteSyncNumber (SynchroNumber ns) throws DatabaseException |
void | createSynchroNumber (long ns, long timestamp) throws DatabaseException |
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. | |
Static Protected Attributes | |
static OracleSafeServerSyncNumberQueryManager | syncQueryManager = null |
void org.openmobileis.synchro.algo.syncnumber.impl.OracleSyncNumberManagerDelegate.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 153 of file OracleSyncNumberManagerDelegate.java.
long org.openmobileis.synchro.algo.syncnumber.impl.OracleSyncNumberManagerDelegate.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 159 of file OracleSyncNumberManagerDelegate.java.