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

pgamba
22.21.2009 9dbb1086c3f4c72749af5c3c041d41dabc60e8d2
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.