Uses of Interface
com.atomikos.datasource.pool.XPooledConnection

Packages that use XPooledConnection
com.atomikos.datasource.pool   
com.atomikos.datasource.pool.event   
 

Uses of XPooledConnection in com.atomikos.datasource.pool
 

Classes in com.atomikos.datasource.pool that implement XPooledConnection
 class AbstractXPooledConnection
          Abstract superclass with generic support for XPooledConnection.
 

Methods in com.atomikos.datasource.pool that return XPooledConnection
 XPooledConnection ConnectionFactory.createPooledConnection()
          Opens a new physical connection to the underlying resource and wraps it in a pooling-capable XPooledConnection.
 

Methods in com.atomikos.datasource.pool with parameters of type XPooledConnection
 void XPooledConnectionEventListener.onXPooledConnectionTerminated(XPooledConnection connection)
          fired when a connection changed its state to terminated
 void ConnectionPool.onXPooledConnectionTerminated(XPooledConnection connection)
           
 

Uses of XPooledConnection in com.atomikos.datasource.pool.event
 

Constructors in com.atomikos.datasource.pool.event with parameters of type XPooledConnection
PooledConnectionCreatedEvent(String uniqueResourceName, XPooledConnection pc)
           
PooledConnectionDestroyedEvent(String uniqueResourceName, XPooledConnection pc)
           
PooledConnectionEvent(String uniqueResourceName, XPooledConnection pc)
           
PooledConnectionReapedEvent(String uniqueResourceName, XPooledConnection pc)
           
 



Copyright © 2013. All Rights Reserved.