|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||