com.alibaba.druid.stat
Interface JdbcConnectionStatMBean

All Known Implementing Classes:
JdbcConnectionStat

public interface JdbcConnectionStatMBean


Method Summary
 int getActiveMax()
           
 long getCloseCount()
           
 long getCommitCount()
           
 long getConnectCount()
           
 long getConnectErrorCount()
           
 Date getConnectLastTime()
           
 long getConnectMillis()
           
 long getRollbackCount()
           
 

Method Detail

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 © 2012 Alibaba Group. All Rights Reserved.