public interface DruidDataSourceC3P0AdapterMBean
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getCheckoutTimeout() |
String |
getDataSourceName() |
String |
getDriverClass() |
int |
getIdleConnectionTestPeriod() |
int |
getInitialPoolSize() |
String |
getJdbcUrl() |
int |
getLockQueueLength() |
int |
getMaxIdleTime() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
int |
getNumBusyConnections() |
int |
getNumConnections() |
int |
getNumIdleConnections() |
String |
getPreferredTestQuery() |
Properties |
getProperties() |
String |
getUser() |
int |
getWaitThreadCount() |
boolean |
isAutoCommitOnClose() |
boolean |
isEnable() |
boolean |
isTestConnectionOnCheckin() |
boolean |
isTestConnectionOnCheckout() |
void |
shrink() |
String |
toString() |
String getDriverClass()
String getJdbcUrl()
Properties getProperties()
String getUser()
int getCheckoutTimeout()
boolean isAutoCommitOnClose()
int getIdleConnectionTestPeriod()
int getInitialPoolSize()
int getMaxIdleTime()
int getMaxPoolSize()
int getMinPoolSize()
boolean isTestConnectionOnCheckout()
boolean isTestConnectionOnCheckin()
String getPreferredTestQuery()
int getNumIdleConnections()
int getNumConnections()
String getDataSourceName()
int getNumBusyConnections()
boolean isEnable()
void shrink()
int getWaitThreadCount()
int getLockQueueLength()
void close()
Copyright © 2013–2017 Alibaba Group. All rights reserved.