Definition at line 42 of file AtomicObjectArrayReplication.java.
Public Member Functions | |
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. |
int org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication.compareTo | ( | Object | p1, | |
Object | p2 | |||
) |
Compare two objects and order them.
p1 | first object | |
p2 | second object |
Implements org.openmobileis.common.util.collection.Orderable.
Definition at line 159 of file AtomicObjectArrayReplication.java.