com.alibaba.druid.pool
接口 DruidDataSourceC3P0AdapterMBean
- 所有已知实现类:
- DruidDataSourceC3P0Adapter
public interface DruidDataSourceC3P0AdapterMBean
getDriverClass
String getDriverClass()
getJdbcUrl
String getJdbcUrl()
getProperties
Properties getProperties()
getUser
String getUser()
getCheckoutTimeout
int getCheckoutTimeout()
isAutoCommitOnClose
boolean isAutoCommitOnClose()
getIdleConnectionTestPeriod
int getIdleConnectionTestPeriod()
getInitialPoolSize
int getInitialPoolSize()
getMaxIdleTime
int getMaxIdleTime()
getMaxPoolSize
int getMaxPoolSize()
getMinPoolSize
int getMinPoolSize()
isTestConnectionOnCheckout
boolean isTestConnectionOnCheckout()
isTestConnectionOnCheckin
boolean isTestConnectionOnCheckin()
getPreferredTestQuery
String getPreferredTestQuery()
getNumIdleConnections
int getNumIdleConnections()
getNumConnections
int getNumConnections()
getDataSourceName
String getDataSourceName()
getNumBusyConnections
int getNumBusyConnections()
isEnable
boolean isEnable()
shrink
void shrink()
toString
String toString()
- 覆盖:
- 类
Object 中的 toString
getWaitThreadCount
int getWaitThreadCount()
getLockQueueLength
int getLockQueueLength()
close
void close()
Copyright © 2013 Alibaba Group. All Rights Reserved.