Uses of Class
com.atomikos.datasource.pool.CreateConnectionException

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

Uses of CreateConnectionException in com.atomikos.datasource.pool
 

Methods in com.atomikos.datasource.pool that throw CreateConnectionException
 Reapable ConnectionPool.borrowConnection(HeuristicMessage hmsg)
          Borrows a connection from the pool.
 Reapable XPooledConnection.createConnectionProxy(HeuristicMessage hmsg)
          Create a disposable connection object that acts a controller for the pooled connection.
 Reapable AbstractXPooledConnection.createConnectionProxy(HeuristicMessage hmsg)
           
 XPooledConnection ConnectionFactory.createPooledConnection()
          Opens a new physical connection to the underlying resource and wraps it in a pooling-capable XPooledConnection.
protected abstract  Reapable AbstractXPooledConnection.doCreateConnectionProxy(HeuristicMessage hmsg)
           
protected abstract  void AbstractXPooledConnection.testUnderlyingConnection()
           
 

Uses of CreateConnectionException in com.atomikos.jdbc
 

Methods in com.atomikos.jdbc that throw CreateConnectionException
protected  Reapable AtomikosXAPooledConnection.doCreateConnectionProxy(HeuristicMessage hmsg)
           
static void JdbcConnectionProxyHelper.setIsolationLevel(Connection connection, int defaultIsolationLevel)
           
protected  void AtomikosXAPooledConnection.testUnderlyingConnection()
           
 



Copyright © 2011. All Rights Reserved.