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

Jean-Noel Rouvignac
30.30.2013 cc21522ea71015c75a82ebf285644fa5ff57f46a
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java
@@ -84,18 +84,21 @@
  void shutdownDB();
  /**
   * Temporary method added here until I (JNR) can find a way to get rid of it.
   */
  void clearCNIndexDB();
  /**
   * Removes the changelog database directory.
   */
  void removeDB();
  /**
   * Returns a new {@link ChangeNumberIndexDB} object.
   * Returns the {@link ChangeNumberIndexDB} object.
   *
   * @return a new {@link ChangeNumberIndexDB} object
   * @throws ChangelogException
   *           If a database problem happened
   * @return the {@link ChangeNumberIndexDB} object
   */
  ChangeNumberIndexDB newChangeNumberIndexDB() throws ChangelogException;
  ChangeNumberIndexDB getChangeNumberIndexDB();
  // Domain methods