/* */ }
/* */
/* */ public Map retrieveStatistic()
/* */ {
/* 863 */ Map lStatistics = new HashMap();
/* 864 */ StatisticsProvider lProvider = (StatisticsProvider)getPersistenceManager();
/* 865 */ lStatistics.putAll(lProvider.retrieveStatistic());
/* 866 */ lProvider = (StatisticsProvider)getInstancePool();
/* 867 */ lStatistics.putAll(lProvider.retrieveStatistic());
/* 868 */ return lStatistics;
/* */ }