Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.OpenMSPFODBSyncListener:
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 () |
|
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(). |
|
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. |
|
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(). |
|
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. |
|
Call during complete synchronisation to dump the database with server data store in the specified file name.
Reimplemented from org.openmobileis.synchro.openmsp.client.OpenMSPDBSyncListener. Definition at line 135 of file OpenMSPFODBSyncListener.java. |