|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.db.test.TestFODBSyncTarget
Title: OpenMobileIS project source
Description:
Constructor Summary | |
TestFODBSyncTarget()
|
Method Summary | |
void |
connect(Credential cred)
|
void |
deleteCollectionObject(java.lang.String id)
|
void |
disconnect()
|
Array |
getAllCollectionObject()
|
SynchroAtomicObject[] |
getAllModifiedAtomicObjectSince(long syncnumber)
return all atomic object uid modified since specified syncnumber |
java.lang.String |
getCollectionName()
|
java.lang.Object |
getCollectionObjectWithId(java.lang.String id)
|
SynchroConflicResolver |
getConflicResolver()
|
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 |
updateCollectionObject(java.lang.Object obj)
|
void |
updateSynchroDB(FastObjectDB db)
call by synchronisation service during synchronisation when collection db is generated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestFODBSyncTarget()
Method Detail |
public java.lang.String getCollectionName()
getCollectionName
in interface FODBSyncTarget
public java.lang.Object getCollectionObjectWithId(java.lang.String id) throws OpenMSPException
getCollectionObjectWithId
in interface FODBSyncTarget
OpenMSPException
public Array getAllCollectionObject() throws OpenMSPException
getAllCollectionObject
in interface FODBSyncTarget
OpenMSPException
public void updateCollectionObject(java.lang.Object obj) throws OpenMSPException
updateCollectionObject
in interface FODBSyncTarget
OpenMSPException
public void deleteCollectionObject(java.lang.String id) throws OpenMSPException
deleteCollectionObject
in interface FODBSyncTarget
OpenMSPException
public SynchroConflicResolver getConflicResolver()
getConflicResolver
in interface FODBSyncTarget
public SynchroAtomicObject[] getAllModifiedAtomicObjectSince(long syncnumber) throws OpenMSPException
FODBSyncTarget
getAllModifiedAtomicObjectSince
in interface FODBSyncTarget
OpenMSPException
public int getUpdateMaxNbRow()
FODBSyncTarget
getUpdateMaxNbRow
in interface FODBSyncTarget
public void updateSynchroDB(FastObjectDB db) throws OpenMSPException
FODBSyncTarget
updateSynchroDB
in interface FODBSyncTarget
db
-
OpenMSPException
public void connect(Credential cred) throws UserNotFoundException, ServiceException
connect
in interface FODBSyncTarget
UserNotFoundException
ServiceException
public void disconnect()
disconnect
in interface FODBSyncTarget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |