|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String poolname)
|
static JdbcConnectionPool |
JdbcConnectionPoolFactory.createConnectionPool(String poolname,
ConfigurationProperties configurationProperties)
Create a factory and a pool (using the GenericObjectPool) |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.createConnectionPool(String poolname,
ConfigurationProperties configurationProperties,
JdbcConnectionPoolFactory jdbcConnectionPoolFactory)
Create a pool (using the GenericObjectPool) |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.createConnectionPool(String poolname,
String applicationname)
Create a factory and a pool (using the GenericObjectPool) |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.createConnectionPool(String poolname,
String applicationname,
JdbcConnectionPoolFactory jdbcConnectionPoolFactory)
Create a pool (using the GenericObjectPool) |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.getConnectionPool(Map storage,
String poolname)
|
static JdbcConnectionPool |
JdbcConnectionPoolFactory.getConnectionPool(Map storage,
String poolname,
ConfigurationProperties configurationProperties)
Get the database pool from a map or create one |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.getConnectionPool(Map storage,
String poolname,
String applicationname)
Get the database pool from a map or create one |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.getConnectionPool(String poolname)
|
static JdbcConnectionPool |
JdbcConnectionPoolFactory.getConnectionPool(String poolname,
ConfigurationProperties configurationProperties)
Get the database pool from the embedded map |
static JdbcConnectionPool |
JdbcConnectionPoolFactory.getConnectionPool(String poolname,
String applicationname)
Get the database pool from the embedded map |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||