Interface ConnectionTester

    • Method Detail

      • activeCheckConnection

        int activeCheckConnection​(java.sql.Connection c)
      • statusOnException

        int statusOnException​(java.sql.Connection c,
                              java.lang.Throwable t)
      • equals

        boolean equals​(java.lang.Object o)
        Multiple testers that are of the same class and use the same criteria for determining fatality should test as equals().
        Overrides:
        equals in class java.lang.Object
      • hashCode

        int hashCode()
        keep consistent with equals()
        Overrides:
        hashCode in class java.lang.Object