Class AlwaysFailConnectionTester

    • Constructor Detail

      • AlwaysFailConnectionTester

        public AlwaysFailConnectionTester()
    • Method Detail

      • statusOnException

        public int statusOnException​(java.sql.Connection c,
                                     java.lang.Throwable t)
        Specified by:
        statusOnException in interface ConnectionTester
      • equals

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

        public int hashCode()
        Description copied from interface: ConnectionTester
        keep consistent with equals()
        Specified by:
        hashCode in interface ConnectionTester
        Overrides:
        hashCode in class java.lang.Object