Interface JdbcStatementStatMBean

All Known Implementing Classes:
JdbcStatementStat

public interface JdbcStatementStatMBean
  • Method Details

    • 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()