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

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

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.jdbc
 

Classes in com.atomikos.jdbc that implement XPooledConnection
 class AtomikosXAPooledConnection
           
 



Copyright © 2011. All Rights Reserved.