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

pgamba
12.02.2009 b60c65cbc435695166677ffd2fc8d6dc714da9a4
opendj-sdk/opends/src/server/org/opends/server/replication/common/MultiDomainServerState.java
@@ -107,6 +107,18 @@
  }
  /**
   * Update the ServerState of the provided serviceId with the
   * provided server state.
   *
   * @param serviceId    The provided serviceId.
   * @param serverState  The provided serverState.
   */
  public void update(String serviceId, ServerState serverState)
  {
    list.put(serviceId,serverState);
  }
  /**
   * Create an object from a string representation.
   * @param mdss The provided string representation of the state.
   */