Interface JdbcStatementStatMBean

  • All Known Implementing Classes:
    JdbcStatementStat

    public interface JdbcStatementStatMBean
    • Method Detail

      • getCreateCount

        long getCreateCount()
      • getPrepareCount

        long getPrepareCount()
      • getPrepareCallCount

        long getPrepareCallCount()
      • getCloseCount

        long getCloseCount()
      • getExecuteMillisTotal

        long getExecuteMillisTotal()
      • getExecuteSuccessCount

        long getExecuteSuccessCount()
      • getLastErrorTime

        Date getLastErrorTime()
      • getExecuteLastTime

        Date getExecuteLastTime()
      • getRunningCount

        int getRunningCount()
      • getConcurrentMax

        int getConcurrentMax()
      • getExecuteCount

        long getExecuteCount()
      • getErrorCount

        long getErrorCount()