253254255256257258259
logCurrentPoolSize(); } private void destroyPooledConnection(XPooledConnection xpc) { xpc.destroy(); EventPublisher.publish(new PooledConnectionDestroyedEvent(properties.getUniqueResourceName(),xpc)); }