| Package | Description |
|---|---|
| com.atomikos.datasource.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateConnectionException
An exception to signal errors during the creation of connections.
|
class |
PoolExhaustedException
Exception signaling pool exhaustion.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionPool.assertNotDestroyed() |
Reapable |
ConnectionPoolWithSynchronizedValidation.borrowConnection() |
Reapable |
ConnectionPool.borrowConnection()
Borrows a connection from the pool.
|
protected Reapable |
ConnectionPool.findOrWaitForAnAvailableConnection() |
| Constructor and Description |
|---|
ConnectionPool(ConnectionFactory connectionFactory,
ConnectionPoolProperties properties) |
ConnectionPoolWithConcurrentValidation(ConnectionFactory connectionFactory,
ConnectionPoolProperties properties) |
ConnectionPoolWithSynchronizedValidation(ConnectionFactory connectionFactory,
ConnectionPoolProperties properties) |
Copyright © 2018. All Rights Reserved.