|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
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. |
Method Detail |
public java.lang.String getCollectionName()
public java.lang.Object getCollectionObjectWithId(java.lang.String id) throws OpenMSPException
OpenMSPException
public void updateCollectionObject(java.lang.Object obj) throws OpenMSPException
OpenMSPException
public void deleteCollectionObject(java.lang.String id) throws OpenMSPException
OpenMSPException
public SynchroConflicResolver getConflicResolver()
public Array getAllCollectionObject() throws OpenMSPException
OpenMSPException
public SynchroAtomicObject[] getAllModifiedAtomicObjectSince(long syncnumber) throws OpenMSPException
OpenMSPException
public int getUpdateMaxNbRow()
public void updateSynchroDB(FastObjectDB db) throws OpenMSPException
db
-
OpenMSPException
public void connect(Credential cred) throws UserNotFoundException, ServiceException
UserNotFoundException
ServiceException
public void disconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |