opendj-sdk/opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -342,6 +342,15 @@ } /** * Returns the shutdown flag. * @return The shutdown flag value. */ public boolean shuttingDown() { return shuttingDown.get(); } /** * Finalize the initialization, create reader, writer, heartbeat system * and monitoring system. * @throws DirectoryException When an exception is raised.