Interface MockDriverMBean

  • All Known Implementing Classes:
    MockDriver

    public interface MockDriverMBean
    • Method Detail

      • getConnectionCloseCount

        long getConnectionCloseCount()
      • getMajorVersion

        int getMajorVersion()
      • getMinorVersion

        int getMinorVersion()
      • jdbcCompliant

        boolean jdbcCompliant()
      • isLogExecuteQueryEnable

        boolean isLogExecuteQueryEnable()
      • setLogExecuteQueryEnable

        void setLogExecuteQueryEnable​(boolean logExecuteQueryEnable)
      • getIdleTimeCount

        long getIdleTimeCount()
      • setIdleTimeCount

        void setIdleTimeCount​(long idleTimeCount)
      • getConnectionsSize

        int getConnectionsSize()