| Interface | Description |
|---|---|
| ConnectionFactory<ConnectionType> | |
| ConnectionPoolProperties |
This interface describes connection
pool properties.
|
| XPooledConnection<ConnectionType> |
A pooling-capable object wrapping a physical connection to an underlying resource.
|
| XPooledConnectionEventListener<ConnectionType> |
| Class | Description |
|---|---|
| AbstractXPooledConnection<ConnectionType> |
Abstract superclass with generic support for XPooledConnection.
|
| ConnectionPool<ConnectionType> | |
| ConnectionPoolWithConcurrentValidation<ConnectionType> | |
| ConnectionPoolWithSynchronizedValidation<ConnectionType> |
Copyright (C) 2000-2017 Atomikos
|
| Exception | Description |
|---|---|
| ConnectionPoolException |
Common superclass for all exceptions thrown by the
pooling mechanism.
|
| CreateConnectionException |
An exception to signal errors during the creation of connections.
|
| PoolExhaustedException |
Exception signaling pool exhaustion.
|
Copyright © 2020. All Rights Reserved.