public Map<Integer, ServerState> getReplicaStates()
{
monitorResponse.set(false);
// publish Monitor Request Message to the Replication Server
publish(new MonitorRequestMsg(serverId, getRsServerId()));
// wait for Response up to 10 seconds.
try
{
synchronized (monitorResponse)