|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoneCPConfigMBean
MBean interface for config.
| Method Summary | |
|---|---|
int |
getAcquireIncrement()
Gets the acquireIncrement property. |
int |
getAcquireRetryAttempts()
After attempting to acquire a connection and failing, try to connect these many times before giving up. |
long |
getAcquireRetryDelayInMs()
Returns the number of ms to wait before attempting to obtain a connection again after a failure. |
long |
getCloseConnectionWatchTimeoutInMs()
Returns the no of ms to wait when close connection watch threads are enabled. |
String |
getConfigFile()
Returns the configFile field. |
ConnectionHook |
getConnectionHook()
Returns the connection hook class. |
String |
getConnectionHookClassName()
Returns the connection hook class name as passed via the setter |
String |
getConnectionTestStatement()
Gets connectionTestStatement |
long |
getConnectionTimeoutInMs()
Returns the maximum time (in milliseconds) to wait before a call to getConnection is timed out. |
long |
getIdleConnectionTestPeriodInMinutes()
Gets the currently set idleConnectionTestPeriodInMinutes. |
long |
getIdleMaxAgeInMinutes()
Gets idleMaxAge (time in min). |
String |
getInitSQL()
Returns the initSQL parameter. |
String |
getJdbcUrl()
Gets the configured JDBC URL |
long |
getMaxConnectionAgeInSeconds()
Returns the maxConnectionAge field. |
int |
getMaxConnectionsPerPartition()
Gets the maximum number of connections that will be contained in every partition. |
int |
getMinConnectionsPerPartition()
Gets the minimum number of connections that will be contained in every partition. |
int |
getPartitionCount()
Gets the number of currently defined partitions. |
int |
getPoolAvailabilityThreshold()
Returns the pool watch connection threshold value. |
String |
getPoolName()
Returns the name of the pool for JMX and thread names. |
long |
getQueryExecuteTimeLimitInMs()
Return the query execute time limit in ms. |
int |
getReleaseHelperThreads()
Gets number of release-connection helper threads to create per partition. |
String |
getServiceOrder()
Returns the serviceOrder field. |
int |
getStatementReleaseHelperThreads()
Returns the statementHelperThreads field. |
int |
getStatementsCachedPerConnection()
Gets no of statements cached per connection. |
int |
getStatementsCacheSize()
Gets statementsCacheSize setting. |
String |
getUsername()
Gets username to use for the connections. |
boolean |
isDisableConnectionTracking()
Returns true if connection tracking has been disabled. |
boolean |
isDisableJMX()
Return true if JMX is disabled. |
boolean |
isLazyInit()
Returns true if connection pool is to be initialized lazily. |
boolean |
isLogStatementsEnabled()
Returns true if SQL logging is currently enabled, false otherwise. |
boolean |
isStatisticsEnabled()
Returns the statisticsEnabled field. |
boolean |
isTransactionRecoveryEnabled()
Returns true if the pool is configured to record all transaction activity and replay the transaction automatically in case of connection failures. |
| Method Detail |
|---|
String getPoolName()
int getMinConnectionsPerPartition()
int getMaxConnectionsPerPartition()
int getAcquireIncrement()
int getPartitionCount()
String getJdbcUrl()
String getUsername()
long getIdleConnectionTestPeriodInMinutes()
long getIdleMaxAgeInMinutes()
String getConnectionTestStatement()
int getStatementsCacheSize()
int getReleaseHelperThreads()
int getStatementsCachedPerConnection()
ConnectionHook getConnectionHook()
String getInitSQL()
boolean isLogStatementsEnabled()
long getAcquireRetryDelayInMs()
boolean isLazyInit()
boolean isTransactionRecoveryEnabled()
int getAcquireRetryAttempts()
String getConnectionHookClassName()
boolean isDisableJMX()
long getQueryExecuteTimeLimitInMs()
int getPoolAvailabilityThreshold()
boolean isDisableConnectionTracking()
long getConnectionTimeoutInMs()
long getCloseConnectionWatchTimeoutInMs()
int getStatementReleaseHelperThreads()
long getMaxConnectionAgeInSeconds()
String getConfigFile()
String getServiceOrder()
boolean isStatisticsEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||