|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionPool
A ConnectionPool is a cache of database connections.
| Nested Class Summary | |
|---|---|
static interface |
ConnectionPool.ConnectionPoolBuilder
A ConnectionPool builder. |
| Method Summary | |
|---|---|
void |
close()
Close all connections of this connection pool. |
int |
getMaxPoolSize()
Returns maximum connection pool size. |
int |
getMinPoolSize()
Returns minimum connection pool size. |
| Methods inherited from interface org.apithefire.sql.connect.ConnectionProvider |
|---|
getConnection |
| Method Detail |
|---|
int getMinPoolSize()
int getMaxPoolSize()
void close()
close in interface Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||