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

neil_a_wilson
11.02.2006 90e372637db76c6c9dd14a1206d28c1cb0298590
opends/src/server/org/opends/server/api/plugin/DirectoryServerPlugin.java
@@ -204,10 +204,13 @@
   * method will be called early in the shutdown process after the
   * connection handlers are stopped but before other finalization is
   * performed.
   *
   * @param  reason  The human-readable reason for the shutdown.
   */
  public void doShutdown()
  public void doShutdown(String reason)
  {
    assert debugEnter(CLASS_NAME, "doShutdown");
    assert debugEnter(CLASS_NAME, "doShutdown",
                      String.valueOf(reason));
    int    msgID   = MSGID_PLUGIN_TYPE_NOT_SUPPORTED;
    String message = getMessage(msgID, String.valueOf(pluginDN),