org.openmobileis.database.fastobjectdb.synchro.client
Interface SynchroFODBConnector
- All Known Implementing Classes:
- Sync4jSynchroFODBConnector
- public interface SynchroFODBConnector
Title: OpenMobileIS project source
Description: Interface use to plug the synchronisation mecanisme to FODB.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
registerCollection
public void registerCollection(java.lang.String collectionName)
- Call when a new collection is created or loaded at init phase.
- Parameters:
collectionName
- the new collection
registerSynchroFODBReturnListener
public void registerSynchroFODBReturnListener(java.lang.String collectionName,
SynchroFODBReturnListener listener)
- Register a SynchroFODBReturnListener for a collection name to the synchro connector.
Call during collection creation or collection loading.
- Parameters:
collectionName
- name of the collectionlistener
- : synchro listener.
Copyright 2005 e-Care. All Rights Reserved.