Interface JdbcConnectionStatMBean

All Known Implementing Classes:
JdbcConnectionStat

public interface JdbcConnectionStatMBean
  • Method Details

    • getConnectCount

      long getConnectCount()
    • getCloseCount

      long getCloseCount()
    • getActiveMax

      int getActiveMax()
    • getCommitCount

      long getCommitCount()
    • getRollbackCount

      long getRollbackCount()
    • getConnectMillis

      long getConnectMillis()
    • getConnectErrorCount

      long getConnectErrorCount()
    • getConnectLastTime

      Date getConnectLastTime()