//REFACTOR : construct then configure
xQueryPool = new XQueryPool(conf);
//REFACTOR : construct then... configure
processMonitor = new ProcessMonitor(maxShutdownWait);
xqueryStats = new PerformanceStats(this);
//REFACTOR : construct then... configure
xmlReaderPool = new XMLReaderPool(conf, new XMLReaderObjectFactory(this), 5, 0);
//REFACTOR : construct then... configure