com.alibaba.druid.stat
接口 JdbcConnectionStatMBean

所有已知实现类:
JdbcConnectionStat

public interface JdbcConnectionStatMBean


方法摘要
 int getActiveMax()
           
 long getCloseCount()
           
 long getCommitCount()
           
 long getConnectCount()
           
 long getConnectErrorCount()
           
 Date getConnectLastTime()
           
 long getConnectMillis()
           
 long getRollbackCount()
           
 

方法详细信息

getConnectCount

long getConnectCount()

getCloseCount

long getCloseCount()

getActiveMax

int getActiveMax()

getCommitCount

long getCommitCount()

getRollbackCount

long getRollbackCount()

getConnectMillis

long getConnectMillis()

getConnectErrorCount

long getConnectErrorCount()

getConnectLastTime

Date getConnectLastTime()


Copyright © 2013 Alibaba Group. All Rights Reserved.