Inheritance diagram for org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication:
Definition at line 41 of file AtomicObjectArrayReplication.java.
Public Member Functions | |
AtomicObjectArrayReplication (SynchroConflicResolver conflicResolver) | |
ReplicationReturnData | replicates (SynchroAtomicObject[] listAOClient, SynchroAtomicObject[] listAOServ) throws SynchroException |
Compare client and server SynchroAtomicObject list and return all event associated to manage client or server update. | |
int | compareTo (Object AO1, Object AO2) |
Compare two objects and order them. | |
Protected Attributes | |
SynchroConflicResolver | conflicResolver |
int org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication.compareTo | ( | Object | AO1, | |
Object | AO2 | |||
) |
Compare two objects and order them.
p1 | first object | |
p2 | second object |
Implements org.openmobileis.common.util.collection.Orderable.
Definition at line 151 of file AtomicObjectArrayReplication.java.