| Package | Description |
|---|---|
| com.atomikos.datasource.pool | |
| com.atomikos.datasource.pool.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXPooledConnection
Abstract superclass with generic support for XPooledConnection.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<XPooledConnection> |
ConnectionPool.connections |
| Modifier and Type | Method and Description |
|---|---|
XPooledConnection |
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 xpc) |
void |
XPooledConnectionEventListener.onXPooledConnectionTerminated(XPooledConnection connection)
fired when a connection changed its state to terminated
|
void |
ConnectionPool.onXPooledConnectionTerminated(XPooledConnection connection) |
| Constructor and Description |
|---|
PooledConnectionCreatedEvent(java.lang.String uniqueResourceName,
XPooledConnection pc) |
PooledConnectionDestroyedEvent(java.lang.String uniqueResourceName,
XPooledConnection pc) |
PooledConnectionReapedEvent(java.lang.String uniqueResourceName,
XPooledConnection pc) |
Copyright © 2018. All Rights Reserved.