| 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 |
|---|---|
ConnectionType |
ConnectionPoolWithSynchronizedValidation.borrowConnection() |
ConnectionType |
ConnectionPool.borrowConnection()
Borrows a connection from the pool.
|
| Constructor and Description |
|---|
ConnectionPool(ConnectionFactory<ConnectionType> connectionFactory,
ConnectionPoolProperties properties) |
ConnectionPoolWithConcurrentValidation(ConnectionFactory<ConnectionType> connectionFactory,
ConnectionPoolProperties properties) |
ConnectionPoolWithSynchronizedValidation(ConnectionFactory<ConnectionType> connectionFactory,
ConnectionPoolProperties properties) |
Copyright © 2023. All rights reserved.