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

org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener Interface Reference

Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener:

org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

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

Definition at line 42 of file SynchroFODBReturnListener.java.

Public Member Functions

Object notifyBeginDBUpdate (Object object) throws DatabaseException
 Call before a server object is written in FODB.
void notifyDBDelete (String objectId) throws DatabaseException
 Call after a server FODB object with objectId has been deleted in FODB.
void notifySynchroBegin ()
 Call when synchro begin.
void notifySynchroEnd ()
 Call when synchro end.
void notifyFODBObjectSynchroDone (String ObjectId) throws SynchroException
 Call when a FODB object has been synchronized from the embedded device to the server.


Member Function Documentation

Object org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener.notifyBeginDBUpdate Object  object  )  throws DatabaseException
 

Call before a server object is written in FODB.

Only call during row synchronisation. If the synchronized object has to be modified before database write, modify it and return it. Null otherwise.

Parameters:
object 
Returns:
null or the modified object to be store in the database.
Exceptions:
DatabaseException 

Implemented in org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener.

void org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener.notifyDBDelete String  objectId  )  throws DatabaseException
 

Call after a server FODB object with objectId has been deleted in FODB.

Only call during row synchronisation.

Parameters:
objectId 
Exceptions:
DatabaseException 

Implemented in org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener.

void org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener.notifyFODBObjectSynchroDone String  ObjectId  )  throws SynchroException
 

Call when a FODB object has been synchronized from the embedded device to the server.

Parameters:
ObjectId 

Implemented in org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener.


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