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

Jean-Noel Rouvignac
12.43.2013 1da9905cce34f2d8175c19eac080d0eb83689179
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
@@ -177,9 +177,12 @@
   *          Starting point for each ReplicaDB cursor. If null, start from the
   *          oldest CSN for each ReplicaDB cursor.
   * @return a non null {@link DBCursor}
   * @throws ChangelogException
   *           If a database problem happened
   * @see #getCursorFrom(DN, ServerState)
   */
  DBCursor<UpdateMsg> getCursorFrom(DN baseDN, CSN startAfterCSN);
  DBCursor<UpdateMsg> getCursorFrom(DN baseDN, CSN startAfterCSN)
      throws ChangelogException;
  /**
   * Generates a {@link DBCursor} across all the replicaDBs for the specified
@@ -199,10 +202,12 @@
   *          replicaDB is null, then start from the oldest CSN for this
   *          replicaDB
   * @return a non null {@link DBCursor}
   * @throws ChangelogException
   *           If a database problem happened
   * @see #getCursorFrom(DN, CSN)
   */
  DBCursor<UpdateMsg> getCursorFrom(DN baseDN,
      ServerState startAfterServerState);
      ServerState startAfterServerState) throws ChangelogException;
  /**
   * for the specified serverId and replication domain.