org.openmobileis.synchro.algo.syncnumber.impl.OracleSyncNumberManagerDelegate Class Reference

Inheritance diagram for org.openmobileis.synchro.algo.syncnumber.impl.OracleSyncNumberManagerDelegate:

org.openmobileis.synchro.algo.syncnumber.SyncNumberManagerDelegate List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:41 2006 for OpenMobileIS by  doxygen 1.5.1-p1