7071727374757677787980
BaseConnectionManager2 cm = new NoTxConnectionManager(ccm, poolingStrategy); poolingStrategy.setConnectionListenerFactory(cm); if (pp.prefill) { BasePool bp = (BasePool)poolingStrategy; bp.prefill(null, null, false); } return cm; }
6970717273747576777879
949596979899100101102103104
cm.setAllocationRetryWaitMillis(arwm); poolingStrategy.setConnectionListenerFactory(cm); if (pp.prefill) { BasePool bp = (BasePool)poolingStrategy; bp.prefill(null, null, false); } return cm; }