Interface JdbcDataSourceStatMBean

All Known Implementing Classes:
JdbcDataSourceStat

public interface JdbcDataSourceStatMBean
  • Method Details

    • reset

      void reset()
    • getSqlList

      TabularData getSqlList() throws JMException
      Throws:
      JMException
    • getConnectionList

      TabularData getConnectionList() throws JMException
      Throws:
      JMException
    • getConnectionUrl

      String getConnectionUrl()
    • getConnectionActiveCount

      long getConnectionActiveCount()
    • getConnectionConnectAliveMillis

      long getConnectionConnectAliveMillis()
    • getConnectionHistogramValues

      long[] getConnectionHistogramValues()
    • getConnectionHistogramRanges

      long[] getConnectionHistogramRanges()