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

pgamba
12.02.2009 93bfdddfe14f5f805a5a3515ab50727f2e5ed787
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.
   */