Interface JdbcConnectionStatMBean

  • All Known Implementing Classes:
    JdbcConnectionStat

    public interface JdbcConnectionStatMBean
    • Method Detail

      • getConnectCount

        long getConnectCount()
      • getCloseCount

        long getCloseCount()
      • getActiveMax

        int getActiveMax()
      • getCommitCount

        long getCommitCount()
      • getRollbackCount

        long getRollbackCount()
      • getConnectMillis

        long getConnectMillis()
      • getConnectErrorCount

        long getConnectErrorCount()
      • getConnectLastTime

        Date getConnectLastTime()