public interface JdbcStatementStatMBean
Modifier and Type | Method and Description |
---|---|
long |
getCloseCount() |
int |
getConcurrentMax() |
long |
getCreateCount() |
long |
getErrorCount() |
long |
getExecuteCount() |
Date |
getExecuteLastTime() |
long |
getExecuteMillisTotal() |
long |
getExecuteSuccessCount() |
CompositeData |
getLastError() |
Date |
getLastErrorTime() |
long |
getPrepareCallCount() |
long |
getPrepareCount() |
int |
getRunningCount() |
long getCreateCount()
long getPrepareCount()
long getPrepareCallCount()
long getCloseCount()
long getExecuteMillisTotal()
long getExecuteSuccessCount()
Date getLastErrorTime()
CompositeData getLastError() throws JMException
JMException
Date getExecuteLastTime()
int getRunningCount()
int getConcurrentMax()
long getExecuteCount()
long getErrorCount()
Copyright © 2013–2021 Alibaba Group. All rights reserved.