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