opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java
@@ -80,13 +80,19 @@ /** * Shutdown the replication database. * * @throws ChangelogException * If a database problem happened */ void shutdownDB(); void shutdownDB() throws ChangelogException; /** * Removes the changelog database directory. * * @throws ChangelogException * If a database problem happened */ void removeDB(); void removeDB() throws ChangelogException; /** * Returns the {@link ChangeNumberIndexDB} object.