Db4oReplicationConflict overview
destination | returns the destination com.db4o.ObjectContainer . |
destinationObject | gets the object that caused the conflict from the destination com.db4o.ObjectContainer . |
source | returns the source com.db4o.ObjectContainer . |
sourceObject | gets the object that caused the conflict from the source com.db4o.ObjectContainer . |
useDestination | instructs the replication process to store the object from the destination com.db4o.ObjectContainer to both ObjectContainers. If neither #useSource() nor #useDestination() is called in the com.db4o.ext.Db4oCallback , replication will ignore the object that caused the conflict. |
useSource | instructs the replication process to store the object from the source com.db4o.ObjectContainer to both ObjectContainers. If neither #useSource() nor #useDestination() is called in the com.db4o.ext.Db4oCallback , replication will ignore the object that caused the conflict. |
Db4oReplicationConflict Interface | com.db4o.ext Namespace