* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception {
config = new ReplicationConfig("config/replication_server0.test", conf0);
dispatcher = new RequestDispatcher(config);
dispatcher.setLifeCycleListener(this);
Map<Integer, Operation> testOps = new HashMap<Integer, Operation>();
testOps.put(operationId, operation);
RequestHandler handler = new RequestHandlerMock(MAX_Q, interfaceId, testOps);