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

org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget Interface Reference

Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget:

org.openmobileis.database.fastobjectdb.db.test.TestFODBSyncTarget List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: To specify the temp directory where generated db file (during complete synchronisation) is use the property :org.openmobileis.database.fastobjectdb.synchro.server.generateddb.installpath.

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

Definition at line 44 of file FODBSyncTarget.java.

Public Member Functions

SynchroAtomicObject[] getAllModifiedAtomicObjectSince (long syncnumber) throws OpenMSPException
 return all atomic object uid modified since specified syncnumber
int getUpdateMaxNbRow ()
 Return the max number of row that update file can contains If more than max row must be updated on the PDA, the database file will be send.
void updateSynchroDB (FastObjectDB db) throws OpenMSPException
 call by synchronisation service during synchronisation when collection db is generated.


Member Function Documentation

int org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget.getUpdateMaxNbRow  ) 
 

Return the max number of row that update file can contains If more than max row must be updated on the PDA, the database file will be send.

If return -1 (default implementation) max row in not taken into account (ie always update file)

Implemented in org.openmobileis.database.fastobjectdb.db.test.TestFODBSyncTarget.

Referenced by org.openmobileis.database.fastobjectdb.synchro.server.FODBOpenMSPSynchroTargetWrapper.getUpdateMaxNbRow().

void org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget.updateSynchroDB FastObjectDB  db  )  throws OpenMSPException
 

call by synchronisation service during synchronisation when collection db is generated.

Use to modifiy db objects before the db files are send to the PDA.

Parameters:
db 

Implemented in org.openmobileis.database.fastobjectdb.db.test.TestFODBSyncTarget.


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