db4o

Db4oReplicationConflict.destinationObject Method 

gets the object that caused the conflict from the destination com.db4o.ObjectContainer .

[Visual Basic]
Function destinationObject() As Object
[C#]
object destinationObject();
[C++]
Object* destinationObject();
[JScript]
function destinationObject(): Object;

Return Value

the object as it exists in the destination com.db4o.ObjectContainer .

See Also

Db4oReplicationConflict Interface | com.db4o.ext Namespace