接口 JdbcConnectionStatMBean
- 所有已知实现类:
JdbcConnectionStat
public interface JdbcConnectionStatMBean
-
方法概要
修饰符和类型方法说明intlonglonglonglonglonglong
-
方法详细资料
-
getConnectCount
long getConnectCount() -
getCloseCount
long getCloseCount() -
getActiveMax
int getActiveMax() -
getCommitCount
long getCommitCount() -
getRollbackCount
long getRollbackCount() -
getConnectMillis
long getConnectMillis() -
getConnectErrorCount
long getConnectErrorCount() -
getConnectLastTime
Date getConnectLastTime()
-