| Interface | Description |
|---|---|
| CachedConnectionProvider<C> |
A
ConnectionProvider specialization which lazily creates and caches connections. |
| ConnectionProvider<C> |
Handles connections of the generic
Connection type, which are created from a configuration object of the generic type
Config. |
| NoConnectivityTest |
Marker, interface to indicate that the implementing component does not support connectivity testing.
|
| PoolingConnectionProvider<C> |
A
ConnectionProvider specialization which pools connections. |
| TransactionalConnection |
Connections which support transaction must implement this interface in order to start or join a current transaction.
|
| XATransactionalConnection |
Specialization of
TransactionalConnection for connections which can participate of XA transactions |
| Class | Description |
|---|---|
| ConnectionValidationResult |
Represents the result of a Connection Validation.
|
Copyright © 2023. All rights reserved.