org.openmobileis.synchro.algo.replication
Class ReplicationSAOEvent
java.lang.Object
org.openmobileis.synchro.algo.replication.ReplicationSAOEvent
- public class ReplicationSAOEvent
- extends java.lang.Object
Title: OpenMobileIS project source
Description: Event send by the replication algorythm during client and server modification management.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_SIDE
public static final short SERVER_SIDE
- See Also:
- Constant Field Values
CLIENT_SIDE
public static final short CLIENT_SIDE
- See Also:
- Constant Field Values
CREATE
public static final short CREATE
- See Also:
- Constant Field Values
UPDATE
public static final short UPDATE
- See Also:
- Constant Field Values
DELETE
public static final short DELETE
- See Also:
- Constant Field Values
ReplicationSAOEvent
public ReplicationSAOEvent(java.lang.String id)
getAtomicObjectID
public java.lang.String getAtomicObjectID()
setUpdateSide
public void setUpdateSide(short updateSide)
getUpdateSide
public short getUpdateSide()
setTypeModif
public void setTypeModif(short typeModif)
getTypeModif
public short getTypeModif()
getAtomicObject
public SynchroAtomicObject getAtomicObject()
setAobject
public void setAobject(SynchroAtomicObject aobject)
Copyright 2006 OpenMobileIS. All Rights Reserved.