
C3P0Registry.getNumPooledDataSources();@SuppressWarnings({ "unchecked", "rawtypes" })Iterator<Set> it = C3P0Registry.getPooledDataSources().iterator();while (it.hasNext()) { try {dataSource = (PooledDataSource) it.next();dataSource.close(); } catch (Exception e) {logger.error(e); }}欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)