Inheritance diagram for org.openmobileis.database.fastobjectdb.db.test.TestFODBSyncTarget:
Definition at line 50 of file TestFODBSyncTarget.java.
Public Member Functions | |
TestFODBSyncTarget () | |
String | getCollectionName () |
Object | getCollectionObjectWithId (String id) throws OpenMSPException |
Array | getAllCollectionObject () throws OpenMSPException |
void | updateCollectionObject (Object obj) throws OpenMSPException |
void | deleteCollectionObject (String id) throws OpenMSPException |
SynchroConflicResolver | getConflicResolver () |
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. | |
void | connect (Credential cred) throws UserNotFoundException, ServiceException |
void | disconnect () |
|
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) Implements org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget. Definition at line 193 of file TestFODBSyncTarget.java. |
|
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.
Implements org.openmobileis.database.fastobjectdb.synchro.server.FODBSyncTarget. Definition at line 200 of file TestFODBSyncTarget.java. |