接口 JdbcStatementStatMBean
- 所有已知实现类:
JdbcStatementStat
public interface JdbcStatementStatMBean
-
方法概要
修饰符和类型方法说明longintlonglonglonglonglonglonglongint
-
方法详细资料
-
getCreateCount
long getCreateCount() -
getPrepareCount
long getPrepareCount() -
getPrepareCallCount
long getPrepareCallCount() -
getCloseCount
long getCloseCount() -
getExecuteMillisTotal
long getExecuteMillisTotal() -
getExecuteSuccessCount
long getExecuteSuccessCount() -
getLastErrorTime
Date getLastErrorTime() -
getLastError
- 抛出:
JMException
-
getExecuteLastTime
Date getExecuteLastTime() -
getRunningCount
int getRunningCount() -
getConcurrentMax
int getConcurrentMax() -
getExecuteCount
long getExecuteCount() -
getErrorCount
long getErrorCount()
-