|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConnectionPoolException | |
| com.cafesoft.core.jdbc | Contains classes for use with jdbc. |
| Uses of ConnectionPoolException in com.cafesoft.core.jdbc |
| Methods in com.cafesoft.core.jdbc that throw ConnectionPoolException | |
void |
StandardConnectionPoolManager.addPool(String poolName,
ConnectionPool pool)
Add a ConnectionPool to the Manager |
ConnectionPool |
StandardConnectionPoolManager.getPool(String poolName,
Properties info)
Get the ConnectionPool with the given poolName |
static ConnectionPool |
StandardConnectionPool.getInstance(ConnectionPoolConfig poolConfig)
Static constructor This constructor invokes the private constructor and then invokes the private initialize method. |
Connection |
StandardConnectionPool.getConnection()
Get a Connection from the Pool |
void |
StandardConnectionPool.shrinkConnections()
Shrink inactive Connections This method will destroy any inactive Connection that is above the ConnectionPool's minimum number of connection value |
void |
StandardConnectionPool.refreshConnections()
Refresh all inactive Connections in the ConnectionPool |
void |
ConnectionPoolManager.addPool(String poolName,
ConnectionPool pool)
Add a ConnectionPool to the Manager |
ConnectionPool |
ConnectionPoolManager.getPool(String poolName,
Properties info)
Get the ConnectionPool with the given poolName |
Connection |
ConnectionPool.getConnection()
Get a Connection from the Pool |
void |
ConnectionPool.refreshConnections()
Refresh all inactive Connections in the ConnectionPool |
void |
ConnectionPool.shrinkConnections()
Shrink inactive Connections This method will destroy any inactive Connection that is above the ConnectionPool's minimum number of connection value |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||