Class DB2StaleConnectionChecker
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.db2.DB2StaleConnectionChecker
- All Implemented Interfaces:
StaleConnectionChecker
A DB2StaleConnectionChecker.
- Author:
- Weston Price
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the connection stale
-
Constructor Details
-
DB2StaleConnectionChecker
public DB2StaleConnectionChecker()Constructor
-
-
Method Details
-
isStaleConnection
Is the connection stale- Specified by:
isStaleConnectionin interfaceStaleConnectionChecker- Parameters:
e- thejava.sql.SQLException- Returns:
- is the connection stale
-