Package org.jboss.jca.adapters.jdbc.spi
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 TypeMethodDescriptionbooleanIs the connection stale
-
Method Details
-
isStaleConnection
Is the connection stale- Parameters:
e- thejava.sql.SQLException- Returns:
- is the connection stale
-