|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionPoolConfig
Interface for a configuration object that is used to configure the ConnectionPool
ConnectionPool| Method Summary | |
|---|---|
boolean |
allowShrinking()
Determine if Shrinking of Connections is allowed |
ConnectionConfig |
getConnectionConfig()
Get the ConnectionConfig object |
int |
getIncrement()
Get the increment of the ConnectionPool |
int |
getInitial()
Get the initialCapacity of the ConnectionPool |
int |
getMaximum()
Get the maximum capacity of the ConnectionPool |
int |
getMinimum()
Get the minimum capacity of the ConnectionPool |
String |
getName()
Get the name of the ConnectionPool |
String |
getPoolPassword()
Get the ConnectionPool's Password |
String |
getPoolUser()
Get the ConnectionPool's User |
int |
getRefreshPeriod()
Get the refresh period (in Minutes) |
int |
getShrinkPeriod()
Get the shrink period (in Minutes) |
| Method Detail |
|---|
String getName()
int getInitial()
int getMaximum()
int getMinimum()
int getIncrement()
boolean allowShrinking()
int getShrinkPeriod()
int getRefreshPeriod()
String getPoolUser()
String getPoolPassword()
ConnectionConfig getConnectionConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||