812813814815816817818819820821822
public void closeIdleConnections() { ConnectionPool connectionPool = _connectionPool; if (connectionPool != null) connectionPool.clear(); } /* * Closes the specified connection and removes from the pool. */