|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.synchro.algo.replication.AlwaysUpdateServerSynchroConflicResolver
Title: OpenMobileIS project source
Description:
Field Summary |
Fields inherited from interface org.openmobileis.synchro.algo.replication.SynchroConflicResolver |
CREATE_NEW_OBJECT, DO_NOTHING, RETURN_ERROR_CONFLIC, UPDATE_PDA, UPDATE_SERVER |
Constructor Summary | |
AlwaysUpdateServerSynchroConflicResolver()
Constructor for SSynchroConflicResolver. |
Method Summary | |
ReplicationSAOEvent |
resolveAddandPresent(SynchroAtomicObject ao)
resolve the synchro conflic when an add command is send by the pda when the same object is already in database. |
ReplicationSAOEvent |
resolveDeleteandModified(SynchroAtomicObject ao)
resolve the synchro conflic when a delete command is send by the pda when the same object has been modified in database. |
ReplicationSAOEvent |
resolveReplaceandDeleted(SynchroAtomicObject ao)
resolve the synchro conflic when a replace command is send by the pda when the same object has been deleted in database. |
ReplicationSAOEvent |
resolveReplaceandModified(SynchroAtomicObject ao)
resolve the synchro conflic when a replace command is send by the pda when the same object has been modified in database. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AlwaysUpdateServerSynchroConflicResolver()
Method Detail |
public ReplicationSAOEvent resolveAddandPresent(SynchroAtomicObject ao)
SynchroConflicResolver
resolveAddandPresent
in interface SynchroConflicResolver
org.openmobileis.server.synchro.safeserver.synchronization.SynchroConflicResolver#resolveAddandPresent(SynchroAtomicObject)
public ReplicationSAOEvent resolveReplaceandModified(SynchroAtomicObject ao)
SynchroConflicResolver
resolveReplaceandModified
in interface SynchroConflicResolver
org.openmobileis.server.synchro.safeserver.synchronization.SynchroConflicResolver#resolveReplaceandModified(SynchroAtomicObject)
public ReplicationSAOEvent resolveReplaceandDeleted(SynchroAtomicObject ao)
SynchroConflicResolver
resolveReplaceandDeleted
in interface SynchroConflicResolver
org.openmobileis.server.synchro.safeserver.synchronization.SynchroConflicResolver#resolveReplaceandDeleted(SynchroAtomicObject)
public ReplicationSAOEvent resolveDeleteandModified(SynchroAtomicObject ao)
SynchroConflicResolver
resolveDeleteandModified
in interface SynchroConflicResolver
org.openmobileis.server.synchro.safeserver.synchronization.SynchroConflicResolver#resolveDeleteandModified(SynchroAtomicObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |