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

Nicolas Capponi
04.01.2014 fdcf81df738c71f3cbbfff1272e79c5c4a98e3bb
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -2382,6 +2382,17 @@
    return attributes;
  }
  /**
   * Returns the oldest known state for the domain, made of the oldest CSN
   * stored for each serverId.
   *
   * @return the start state of the domain.
   */
  public ServerState getOldestState()
  {
    return domainDB.getDomainOldestCSNs(baseDN);
  }
  private void sendTopologyMsg(String type, ServerHandler handler,
      TopologyMsg msg)
  {