mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
04.34.2013 ff3d7d233cd306e4fe50e2219fcdfc7f4ec7c920
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicaDBCursor.java
@@ -33,6 +33,9 @@
/**
 * This cursor allows to iterate through the changes received from a given
 * replica (Directory Server) in the topology.
 * <p>
 * Instances of this class are sorted in the order defined by the CSN of the
 * current {@link UpdateMsg}, i.e. the cursor with the oldest CSN comes first.
 */
public interface ReplicaDBCursor extends Closeable, Comparable<ReplicaDBCursor>
{