com.alibaba.druid.pool
接口 DruidDataSourceC3P0AdapterMBean

所有已知实现类:
DruidDataSourceC3P0Adapter

public interface DruidDataSourceC3P0AdapterMBean


方法摘要
 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()
           
 

方法详细信息

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.