com.alibaba.druid.stat
Interface JdbcStatementStatMBean
- All Known Implementing Classes:
- JdbcStatementStat
public interface JdbcStatementStatMBean
getCreateCount
long getCreateCount()
getPrepareCount
long getPrepareCount()
getPrepareCallCount
long getPrepareCallCount()
getCloseCount
long getCloseCount()
getExecuteMillisTotal
long getExecuteMillisTotal()
getExecuteSuccessCount
long getExecuteSuccessCount()
getLastErrorTime
Date getLastErrorTime()
getLastError
CompositeData getLastError()
throws JMException
- Throws:
JMException
getExecuteLastTime
Date getExecuteLastTime()
getRunningCount
int getRunningCount()
getConcurrentMax
int getConcurrentMax()
getExecuteCount
long getExecuteCount()
getErrorCount
long getErrorCount()
Copyright © 2012 Alibaba Group. All Rights Reserved.