| 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 | 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 |
|---|---|
void |
XPooledConnectionEventListener.onXPooledConnectionTerminated(XPooledConnection connection)
fired when a connection changed its state to terminated
|
void |
ConnectionPool.onXPooledConnectionTerminated(XPooledConnection connection) |
| Constructor and Description |
|---|
PooledConnectionCreatedEvent(String uniqueResourceName,
XPooledConnection pc) |
PooledConnectionDestroyedEvent(String uniqueResourceName,
XPooledConnection pc) |
PooledConnectionReapedEvent(String uniqueResourceName,
XPooledConnection pc) |
Copyright © 2016. All Rights Reserved.