Pool for storing limited amount of connections as PooledConnection
. Pool is used by ConnectionAccessQueue
which takes care of the situations when connections aren't immediately available.
Methods which might alter the connection vectors are internally synchronized so that only one thread at a time can perform operations on them. However several threads may be creating connections at the same time.
@see PooledConnection @see ConnectionAccessQueue @see ConnectionFactory @version $Revision: 1.16 $ @author Jani Lehtim�ki
|
|