Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget:
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. |
|
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(). |
|
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.
Implemented in org.openmobileis.database.fastobjectdb.db.test.TestFODBSyncTarget. |