Uses of Interface
nl.knowledgeplaza.util.pool.JdbcConnectionPool

Packages that use JdbcConnectionPool
nl.knowledgeplaza.util.pool   
 

Uses of JdbcConnectionPool in nl.knowledgeplaza.util.pool
 

Classes in nl.knowledgeplaza.util.pool that implement JdbcConnectionPool
 class JdbcConnectionPoolWrapper
          This is a JdbcConnection specific pool, it serves to get rid of the casting.
 

Methods in nl.knowledgeplaza.util.pool that return JdbcConnectionPool
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname)
           
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname, ConfigurationProperties configurationProperties)
          Create a factory and a pool (using the GenericObjectPool)
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname, ConfigurationProperties configurationProperties, JdbcConnectionPoolFactory jdbcConnectionPoolFactory)
          Create a pool (using the GenericObjectPool)
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname, java.lang.String applicationname)
          Create a factory and a pool (using the GenericObjectPool)
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname, java.lang.String applicationname, JdbcConnectionPoolFactory jdbcConnectionPoolFactory)
          Create a pool (using the GenericObjectPool)
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.util.Map storage, java.lang.String poolname)
           
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.util.Map storage, java.lang.String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from a map or create one
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.util.Map storage, java.lang.String poolname, java.lang.String applicationname)
          Get the database pool from a map or create one
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.lang.String poolname)
           
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.lang.String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from the embedded map
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.lang.String poolname, java.lang.String applicationname)
          Get the database pool from the embedded map
 



Copyright © 2010. All Rights Reserved.