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

org.openmobileis.synchro.algo.syncnumber.SyncNumberManager Class Reference

List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

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

Definition at line 41 of file SyncNumberManager.java.

Public Member Functions

void registerDelegate (SyncNumberManagerDelegate delegate)
SyncNumberManagerDelegate getDelegate ()
SynchroNumber getSynchroNumber (long ns) throws SyncNumberNotFoundException
SynchroNumber getNextSynchroNumber () throws SyncNumberNotFoundException
void deleteSyncNumber (SynchroNumber ns)
void createSynchroNumber (long ns, long timestamp) throws ServiceException
void setTimeStampForSynchroNumber (long syncNumber)
 set the new timestamp for the specified syncnumber.
long getTimeStampForSynchroNumber (long syncNumber) throws SyncNumberNotFoundException
 return the last timestamp of the specified sync number.

Static Public Member Functions

static SyncNumberManager getManager ()


Member Function Documentation

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 97 of file SyncNumberManager.java.

void org.openmobileis.synchro.algo.syncnumber.SyncNumberManager.setTimeStampForSynchroNumber long  syncNumber  ) 
 

set the new timestamp for the specified syncnumber.

If it does not exist it is created.

Definition at line 90 of file SyncNumberManager.java.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:39 2005 for OpenMobileIS by  doxygen 1.4.4