|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openmobileis.database.fastobjectdb.synchro.client.sync4j.Sync4jSynchroFODBConnector
Title: OpenMobileIS project source
Description: Default implementation for Sync4J
Constructor Summary | |
Sync4jSynchroFODBConnector()
|
Method Summary | |
void |
registerCollection(java.lang.String collectionName)
Call when a new collection is created or loaded at init phase. |
void |
registerSynchroFODBReturnListener(java.lang.String collectionName,
SynchroFODBReturnListener listener)
Register a SynchroFODBReturnListener for a collection name to the synchro connector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sync4jSynchroFODBConnector()
Method Detail |
public void registerCollection(java.lang.String collectionName)
SynchroFODBConnector
registerCollection
in interface SynchroFODBConnector
org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBConnector
collectionName
- the new collectionpublic void registerSynchroFODBReturnListener(java.lang.String collectionName, SynchroFODBReturnListener listener)
SynchroFODBConnector
registerSynchroFODBReturnListener
in interface SynchroFODBConnector
org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBConnector
collectionName
- name of the collectionlistener
- : synchro listener.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |