Interface ConnectionPoolErrorHandler

    • Method Detail

      • isAvailable

        boolean isAvailable()
        Check whether pool is available
        Returns:
        whether the pool is available
      • handleError

        boolean handleError()
        Handle a connection error.
        Returns:
        true if the pool is still available, false otherwise
      • clearError

        boolean clearError()
        Clear the connection errors.
        Returns:
        true if the pool is available again, false otherwise