db4o

Db4oReplicationConflict Methods

The methods of the Db4oReplicationConflict interface are listed below. For a complete list of Db4oReplicationConflict interface members, see the Db4oReplicationConflict Members topic.

Public Instance Methods

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.

See Also

Db4oReplicationConflict Interface | com.db4o.ext Namespace