org.openmobileis.synchro.algo.replication
Class ReplicationReturnData

java.lang.Object
  extended byorg.openmobileis.synchro.algo.replication.ReplicationReturnData

public final class ReplicationReturnData
extends java.lang.Object

Title: OpenMobileIS project source
Description:

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

Constructor Summary
ReplicationReturnData()
           
 
Method Summary
 void addReplicationSAOEvent(ReplicationSAOEvent event)
           
 ReplicationSAOEvent[] getClientSideModificationList()
           
 ReplicationSAOEvent[] getServerSideModificationList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationReturnData

public ReplicationReturnData()
Method Detail

getClientSideModificationList

public ReplicationSAOEvent[] getClientSideModificationList()

getServerSideModificationList

public ReplicationSAOEvent[] getServerSideModificationList()

addReplicationSAOEvent

public void addReplicationSAOEvent(ReplicationSAOEvent event)


Copyright 2006 OpenMobileIS. All Rights Reserved.