Uses of Class
com.cafesoft.core.jdbc.ConnectionPoolException

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
 



Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.