The methods of the ReplicationProcess interface are listed below. For a complete list of ReplicationProcess interface members, see the ReplicationProcess Members topic.
![]() |
checks if an object has been modified in both ObjectContainers involved in the replication process since the last time the two ObjectContainers were replicated. |
![]() |
commits the replication task to both involved ObjectContainers. |
![]() |
returns the "peerA" ObjectContainer involved in this ReplicationProcess. |
![]() |
returns the "peerB" ObjectContainer involved in this ReplicationProcess. |
![]() |
replicates an object. |
![]() |
ends a replication task without committing any changes. |
![]() |
modifies the replication policy, what to do on a call to replicate . If no direction is set, the replication process will be bidirectional by default. |
![]() |
adds a constraint to the passed Query to query only for objects that were modified since the last replication process between the two ObjectContainers involved in this replication process. |
ReplicationProcess Interface | com.db4o.replication Namespace | replicationBegin