tcpServer = new TcpServer(serverSocket, poolSize, timeout, getDefault());
if (firstTime) {
ReplicationManager manager = new ReplicationManager(serverIds);
AgentEntryPoint agentEP = new AgentEntryPoint();
agentEP.setRequestManager(manager);
TcpEntryPoint tcpEP = new TcpEntryPoint();
tcpEP.setRequestManager(manager);
ReplicationEntryPoint replicationEP = new ReplicationEntryPoint();
replicationEP.setRequestManager(manager);