Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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

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.

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.


The documentation for this class was generated from the following file:
Generated on Mon Jul 10 10:29:38 2006 for OpenMobileIS by  doxygen 1.4.4