org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication Class Reference

Inheritance diagram for org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication:

org.openmobileis.common.util.collection.Orderable List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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


Member Function Documentation

int org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication.compareTo ( Object  AO1,
Object  AO2 
)

Compare two objects and order them.

Parameters:
p1 first object
p2 second object
Returns:
< 0 if p1 < p2, 0 if equal, > 0 if p1 > p2

Implements org.openmobileis.common.util.collection.Orderable.

Definition at line 151 of file AtomicObjectArrayReplication.java.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:41 2006 for OpenMobileIS by  doxygen 1.5.1-p1