Package org.jboss.jca.adapters.jdbc.spi
Interface StaleConnectionChecker
-
- All Known Implementing Classes:
AlwaysStaleConnectionChecker,DB2StaleConnectionChecker,ListStaleConnectionChecker,NullStaleConnectionChecker,OracleStaleConnectionChecker
public interface StaleConnectionCheckerA StaleConnectionChecker.- Version:
- $Revision: 71554 $
- Author:
- Weston Price
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStaleConnection(SQLException e)Is the connection stale
-
-
-
Method Detail
-
isStaleConnection
boolean isStaleConnection(SQLException e)
Is the connection stale- Parameters:
e- thejava.sql.SQLException- Returns:
- is the connection stale
-
-