| Package | Description |
|---|---|
| com.atomikos.datasource.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXPooledConnection<ConnectionType>
Abstract superclass with generic support for XPooledConnection.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<XPooledConnection<ConnectionType>> |
ConnectionPool.connections |
| Modifier and Type | Method and Description |
|---|---|
XPooledConnection<ConnectionType> |
ConnectionFactory.createPooledConnection()
Opens a new physical connection to the underlying resource and wraps it in a
pooling-capable
XPooledConnection. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionPool.destroyPooledConnection(XPooledConnection<ConnectionType> xpc,
boolean reap) |
void |
ConnectionPool.onXPooledConnectionTerminated(XPooledConnection<ConnectionType> connection) |
void |
XPooledConnectionEventListener.onXPooledConnectionTerminated(XPooledConnection<ConnectionType> connection)
fired when a connection changed its state to terminated
|
Copyright © 2020. All Rights Reserved.