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

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

Uses of ConnectionPoolConfig in com.cafesoft.core.jdbc
 

Classes in com.cafesoft.core.jdbc that implement ConnectionPoolConfig
 class StandardConnectionPoolConfig
          Standard implementation of the ConnectionPoolConfig Object
 

Methods in com.cafesoft.core.jdbc that return ConnectionPoolConfig
 ConnectionPoolConfig ConnectionPoolInfo.getConfig()
          Get the ConnectionPool configuration object
 ConnectionPoolConfig StandardConnectionPoolInfo.getConfig()
          Get the ConnectionPool configuration object
 

Methods in com.cafesoft.core.jdbc with parameters of type ConnectionPoolConfig
static ConnectionPool StandardConnectionPool.getInstance(ConnectionPoolConfig poolConfig)
          Static constructor This constructor invokes the private constructor and then invokes the private initialize method.
 

Constructors in com.cafesoft.core.jdbc with parameters of type ConnectionPoolConfig
StandardConnectionPoolInfo(ConnectionPoolConfig config, int numActive, int numIdle)
          Create a new StandardConnectionPoolInfo object
 



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