|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public String getName()
public int getInitial()
public int getMaximum()
public int getMinimum()
public int getIncrement()
public boolean allowShrinking()
public int getShrinkPeriod()
public int getRefreshPeriod()
public String getPoolUser()
public String getPoolPassword()
public ConnectionConfig getConnectionConfig()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||