Searched refs:connections (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/jdbc/
H A DConnectionManager.java33 * Class that manages the pool of database connections.
37 /** The JDBC URL to use when creating new connections. */
40 /** A list of connections not currently in use. */
41 private final ConcurrentLinkedQueue<ConnectionResource> connections = field in class:ConnectionManager
78 ConnectionResource cr = connections.poll();
93 connections.offer(cr);

Completed in 9 milliseconds