Class DB2StaleConnectionChecker
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.db2.DB2StaleConnectionChecker
-
- All Implemented Interfaces:
StaleConnectionChecker
public class DB2StaleConnectionChecker extends Object implements StaleConnectionChecker
A DB2StaleConnectionChecker.- Author:
- Weston Price
-
-
Constructor Summary
Constructors Constructor Description DB2StaleConnectionChecker()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisStaleConnection(SQLException e)Is the connection stale
-
-
-
Method Detail
-
isStaleConnection
public boolean isStaleConnection(SQLException e)
Is the connection stale- Specified by:
isStaleConnectionin interfaceStaleConnectionChecker- Parameters:
e- thejava.sql.SQLException- Returns:
- is the connection stale
-
-