The methods of the Db4oReplicationConflict interface are listed below. For a complete list of Db4oReplicationConflict interface members, see the Db4oReplicationConflict Members topic.
![]() | returns the destination com.db4o.ObjectContainer . |
![]() | gets the object that caused the conflict from the destination com.db4o.ObjectContainer . |
![]() | returns the source com.db4o.ObjectContainer . |
![]() | gets the object that caused the conflict from the source com.db4o.ObjectContainer . |
![]() | 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. |
![]() | 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