|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionPoolProperties
This interface describes connection pool properties.
| Method Summary | |
|---|---|
int |
getBorrowConnectionTimeout()
Gets the borrow connection timeout. |
int |
getDefaultIsolationLevel()
Gets the default isolation level preference. |
boolean |
getLocalTransactionMode()
Tests whether local transactions are to be allowed or not. |
int |
getMaintenanceInterval()
Gets the maintenance interval of the pool's maintenance thread. |
int |
getMaxIdleTime()
Gets the max time in seconds a connection can stay idle before being closed. |
int |
getMaxLifetime()
Gets the max time in seconds that a connection may be kept alive. |
int |
getMaxPoolSize()
Gets the maximum pool size. |
int |
getMinPoolSize()
Gets the minimum pool size. |
int |
getReapTimeout()
Gets the reap timeout. |
String |
getTestQuery()
Gets the query used to test connections. |
String |
getUniqueResourceName()
Gets the unique resource name. |
| Method Detail |
|---|
String getUniqueResourceName()
int getMaxPoolSize()
int getMinPoolSize()
int getBorrowConnectionTimeout()
int getReapTimeout()
int getMaxIdleTime()
int getMaxLifetime()
int getMaintenanceInterval()
String getTestQuery()
boolean getLocalTransactionMode()
int getDefaultIsolationLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||