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

org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener Class Reference

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

org.openmobileis.synchro.openmsp.client.OpenMSPDBSyncListener org.openmobileis.synchro.openmsp.client.DefaultOpenMSPSyncListener org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

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

Definition at line 58 of file OpenMSPFODBSyncListener.java.

Public Member Functions

 OpenMSPFODBSyncListener (String collectionName)
void registerSynchroListener (SynchroFODBReturnListener listener)
String getSyncName ()
 Return the name used to identiy the of the listener in the synchro processus.

Protected Member Functions

String getSendCommandMetaData ()
 Construct collection description to be use by server to generate collection files.
void importCompletSynchroDatabaseFile (String importFile) throws DatabaseException
 Call during complete synchronisation to dump the database with server data store in the specified file name.
String[] getDBDataForAdd (String pdaUID) throws OpenMSPException
 return the data conforme to the disptacher create AbstractQueryManager method for specified pdaUID .
String[] getDBDataForReplace (String pdaUID) throws OpenMSPException
 return the data conforme to the disptacher update AbstractQueryManager method for specified pdaUID .
String getSynchroTarget ()
 return the target of the SYNC command use to synchronize listener data.
Credential getSyncroCredential ()
 return the credential to use for data synchronization.
ImportQueryManager getImportQueryManager ()
 return the ImportQueryManager use to make synchro data import.
JournalLogRenderer getJournalLogRenderer ()


Member Function Documentation

String [] org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getDBDataForAdd String  pdaUID  )  throws OpenMSPException [protected, virtual]
 

return the data conforme to the disptacher create AbstractQueryManager method for specified pdaUID .

Return null if no data found

Implements org.openmobileis.synchro.openmsp.client.OpenMSPDBSyncListener.

Definition at line 163 of file OpenMSPFODBSyncListener.java.

References org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getSyncName().

String [] org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getDBDataForReplace String  pdaUID  )  throws OpenMSPException [protected, virtual]
 

return the data conforme to the disptacher update AbstractQueryManager method for specified pdaUID .

Return null if no data found

Implements org.openmobileis.synchro.openmsp.client.OpenMSPDBSyncListener.

Definition at line 183 of file OpenMSPFODBSyncListener.java.

String org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getSyncName  ) 
 

Return the name used to identiy the of the listener in the synchro processus.

This name correspond to the source in the OpenMS protocol.

Implements org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener.

Definition at line 197 of file OpenMSPFODBSyncListener.java.

Referenced by org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getDBDataForAdd(), and org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getSendCommandMetaData().

Credential org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.getSyncroCredential  )  [protected, virtual]
 

return the credential to use for data synchronization.

If no need return null.

Implements org.openmobileis.synchro.openmsp.client.OpenMSPDBSyncListener.

Definition at line 204 of file OpenMSPFODBSyncListener.java.

void org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener.importCompletSynchroDatabaseFile String  importFile  )  throws DatabaseException [protected]
 

Call during complete synchronisation to dump the database with server data store in the specified file name.

Parameters:
importFile : file containing server dump data file.

Reimplemented from org.openmobileis.synchro.openmsp.client.OpenMSPDBSyncListener.

Definition at line 135 of file OpenMSPFODBSyncListener.java.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:38 2005 for OpenMobileIS by  doxygen 1.4.4