public interface ConnectionPoolProperties
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getTestQuery()
Gets the query used to test connections.
|
java.lang.String |
getUniqueResourceName()
Gets the unique resource name.
|
java.lang.String getUniqueResourceName()
int getMaxPoolSize()
int getMinPoolSize()
int getBorrowConnectionTimeout()
int getReapTimeout()
int getMaxIdleTime()
int getMaxLifetime()
int getMaintenanceInterval()
java.lang.String getTestQuery()
boolean getLocalTransactionMode()
int getDefaultIsolationLevel()
Copyright © 2018. All Rights Reserved.