pool = (Web3DataSource) theClass.newInstance();
if (pool instanceof LogEnabled) {
((LogEnabled) pool).enableLogging(getLogger());
}
pool.compose(this.manager);
pool.configure(c);
pool.initialize();
Web3DataSourceSelectorImpl.pools.put(obj, pool);
}
}
} catch (Exception ex) {