|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionPool | |
org.apache.turbine.services.db | |
org.apache.turbine.util.db.pool |
Uses of ConnectionPool in org.apache.turbine.services.db |
Methods in org.apache.turbine.services.db that return ConnectionPool | |
private ConnectionPool |
TurbinePoolBrokerService.getPool()
This method returns the default pool. |
private ConnectionPool |
TurbinePoolBrokerService.getPool(java.lang.String name)
This method returns a pool with the specified name. |
Uses of ConnectionPool in org.apache.turbine.util.db.pool |
Fields in org.apache.turbine.util.db.pool declared as ConnectionPool | |
private ConnectionPool |
DBConnection.pool
The ConnectionPool that this DBConnection came from. |
Methods in org.apache.turbine.util.db.pool that return ConnectionPool | |
ConnectionPool |
DBConnection.getPool()
Returns the pool this DBConnection came from, or null if it is not linked to any pool |
Methods in org.apache.turbine.util.db.pool with parameters of type ConnectionPool | |
protected void |
DBConnection.link(ConnectionPool pool)
Links this DBConnection with a ConnectionPool. |
protected void |
DBConnection.unlink(ConnectionPool pool)
Unlink the DBConnection from it's pool. |
Constructors in org.apache.turbine.util.db.pool with parameters of type ConnectionPool | |
DBConnection(java.sql.Connection connection,
java.lang.String url,
java.lang.String username,
ConnectionPool pool)
Creates a Turbine DBConnection that is part of
a pool. |
|
DBConnection(javax.sql.PooledConnection pooledConnection,
java.lang.String url,
java.lang.String username,
ConnectionPool pool)
Creates a Turbine DBConnection that is part of
a pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |