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

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

Uses of ConnectionConfig in com.cafesoft.core.jdbc
 

Classes in com.cafesoft.core.jdbc that implement ConnectionConfig
 class StandardConnectionConfig
          Standard implementation of the ConnectionConfig interface
 

Methods in com.cafesoft.core.jdbc that return ConnectionConfig
 ConnectionConfig ConnectionPoolConfig.getConnectionConfig()
          Get the ConnectionConfig object
 ConnectionConfig StandardConnectionPoolConfig.getConnectionConfig()
          Get the ConnectionConfig object
 

Methods in com.cafesoft.core.jdbc with parameters of type ConnectionConfig
 Connection PoolableConnectionFactory.create(ConnectionConfig config)
          Create a new Connection
 Connection StandardPoolableConnectionFactory.create(ConnectionConfig config)
          Create a new Connection
 

Constructors in com.cafesoft.core.jdbc with parameters of type ConnectionConfig
StandardConnectionPoolConfig(String poolName, int initialCapacity, int minimumCapacity, int maximumCapacity, int poolIncrement, boolean allowShrinking, int shrinkPeriod, int refreshPeriod, String poolUser, String poolPassword, ConnectionConfig connConfig)
          Create a new StandardConnectionPoolConfig object
 



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