public interface ViburMonitoringMBean
String getJdbcUrl()
String getDriverClassName()
int getConnectionIdleLimitInSeconds()
void setConnectionIdleLimitInSeconds(int connectionIdleLimitInSeconds)
int getValidateTimeoutInSeconds()
void setValidateTimeoutInSeconds(int validateTimeoutInSeconds)
String getTestConnectionQuery()
void setTestConnectionQuery(String testConnectionQuery)
String getInitSQL()
void setInitSQL(String initSQL)
boolean isUseNetworkTimeout()
int getPoolInitialSize()
int getPoolMaxSize()
int getPoolTaken()
int getPoolRemainingCreated()
boolean isPoolFair()
boolean isPoolEnableConnectionTracking()
int getReducerTimeIntervalInSeconds()
int getReducerSamples()
boolean isAllowConnectionAfterTermination()
boolean isAllowUnwrapping()
long getConnectionTimeoutInMs()
void setConnectionTimeoutInMs(long connectionTimeoutInMs)
int getLoginTimeoutInSeconds()
void setLoginTimeoutInSeconds(int loginTimeoutInSeconds)
long getAcquireRetryDelayInMs()
void setAcquireRetryDelayInMs(long acquireRetryDelayInMs)
int getAcquireRetryAttempts()
void setAcquireRetryAttempts(int acquireRetryAttempts)
int getStatementCacheMaxSize()
long getLogConnectionLongerThanMs()
void setLogConnectionLongerThanMs(long logConnectionLongerThanMs)
boolean isLogStackTraceForLongConnection()
void setLogStackTraceForLongConnection(boolean logStackTraceForLongConnection)
long getLogQueryExecutionLongerThanMs()
void setLogQueryExecutionLongerThanMs(long logQueryExecutionLongerThanMs)
boolean isLogStackTraceForLongQueryExecution()
void setLogStackTraceForLongQueryExecution(boolean logStackTraceForLongQueryExecution)
long getLogLargeResultSet()
void setLogLargeResultSet(long logLargeResultSet)
boolean isLogStackTraceForLargeResultSet()
void setLogStackTraceForLargeResultSet(boolean logStackTraceForLargeResultSet)
boolean isIncludeQueryParameters()
void setIncludeQueryParameters(boolean includeQueryParameters)
boolean isLogTakenConnectionsOnTimeout()
boolean isLogAllStackTracesOnTimeout()
boolean isResetDefaultsAfterUse()
Boolean getDefaultAutoCommit()
Boolean getDefaultReadOnly()
String getDefaultTransactionIsolation()
String getDefaultCatalog()
boolean isClearSQLWarnings()
String showTakenConnections()
Copyright © 2013-2019 vibur.org. All Rights Reserved.