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

jvergara
08.00.2007 c0f0d5aee47b462a9fcec7b80ca9ef2a180e9b9d
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallUserData.java
@@ -58,6 +58,7 @@
  private boolean useSSL;
  private boolean useStartTLS;
  private String replicationServer;
  private String referencedHostName;
  /**
   * Sets the database directories located outside the installation which must
@@ -308,6 +309,23 @@
  }
  /**
   * Returns the server host name as referenced in other servers.
   * @return the server host name as referenced in other servers.
   */
  public String getReferencedHostName() {
    return referencedHostName;
  }
  /**
   * Sets the server host name as referenced in other servers.
   * @param referencedHostName server host name as referenced in other
   * servers.
   */
  public void setReferencedHostName(String referencedHostName) {
    this.referencedHostName = referencedHostName;
  }
  /**
   * Returns the LDAP URL that we used to connect to the local server.
   * @return the LDAP URL that we used to connect to the local server.
   */