Interface StaleConnectionChecker

All Known Implementing Classes:
AlwaysStaleConnectionChecker, DB2StaleConnectionChecker, ListStaleConnectionChecker, NullStaleConnectionChecker, OracleStaleConnectionChecker

public interface StaleConnectionChecker
A StaleConnectionChecker.
Version:
$Revision: 71554 $
Author:
Weston Price
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is the connection stale
  • Method Details

    • isStaleConnection

      boolean isStaleConnection(SQLException e)
      Is the connection stale
      Parameters:
      e - the java.sql.SQLException
      Returns:
      is the connection stale