| Interface | Description |
|---|---|
| ConnectionPoolState |
This holds information about the state of the connection pool at the time a connection was borrowed from the
connection pool
|
| ConnectionWithSQLInterceptor |
A
Connection implementation that has a SQLInterceptor attached
to it |
| SQLConnectionInterceptor |
An interceptor that knows about when connections are taken from the underlying connection pool
|
| Class | Description |
|---|---|
| ConnectionPoolInfoSynthesizer |
Synthesizes
ConnectionPoolInfos when there are not know at compile time |
| ConnectionTracker |
A class to track information about
Connections that come from the connection pool. |
| DelegatingConnection |
A pure delegating
Connection implementation |
| SafeDelegatingSqlConnectionInterceptor |
Wraps a
SQLConnectionInterceptor such that the callbacks are guaranteed not to throw
runtime exceptions or linkage errors. |
Copyright © 2018 Atlassian. All rights reserved.