Uses of Interface
com.cafesoft.core.jdbc.ConnectionPool

Packages that use ConnectionPool
com.cafesoft.core.jdbc Contains classes for use with jdbc. 
 

Uses of ConnectionPool in com.cafesoft.core.jdbc
 

Classes in com.cafesoft.core.jdbc that implement ConnectionPool
 class StandardConnectionPool
          Standard implementation of the ConnectionPool interface
 

Methods in com.cafesoft.core.jdbc that return ConnectionPool
static ConnectionPool StandardConnectionPool.getInstance(ConnectionPoolConfig poolConfig)
          Static constructor This constructor invokes the private constructor and then invokes the private initialize method.
 ConnectionPool ConnectionPoolManager.getPool(String poolName, Properties info)
          Get the ConnectionPool with the given poolName
 ConnectionPool StandardConnectionPoolManager.getPool(String poolName, Properties info)
          Get the ConnectionPool with the given poolName
 ConnectionPool[] ConnectionPoolManager.getPools()
          Get all ConnectionPools within the Manager
 ConnectionPool[] StandardConnectionPoolManager.getPools()
          Get all ConnectionPools within the Manager
 ConnectionPool ConnectionPoolManager.removePool(String poolName)
          Remove a ConnectionPool from the Manager
 ConnectionPool StandardConnectionPoolManager.removePool(String poolName)
          Remove a ConnectionPool from the Manager
 

Methods in com.cafesoft.core.jdbc with parameters of type ConnectionPool
 void ConnectionPoolManager.addPool(String poolName, ConnectionPool pool)
          Add a ConnectionPool to the Manager
 void StandardConnectionPoolManager.addPool(String poolName, ConnectionPool pool)
          Add a ConnectionPool to the Manager
 void StandardPoolableConnectionFactory.setConnectionPool(ConnectionPool connPool)
          Set the ConnectionPool this Factory belongs to
 

Constructors in com.cafesoft.core.jdbc with parameters of type ConnectionPool
PoolableConnection(Connection conn, ConnectionPool pool)
          Create a new PoolableConnection object
UsernamePasswordConnectionPoolAuthenticator(ConnectionPool pool)
          Create a new UsernamePasswordConnectionPoolAuthenticator
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.