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);
Container container = new Container();
container.addEntryPoint(agentEP);