Class OracleStaleConnectionChecker
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.oracle.OracleStaleConnectionChecker
-
- All Implemented Interfaces:
StaleConnectionChecker
public class OracleStaleConnectionChecker extends Object implements StaleConnectionChecker
A OracleStaleConnectionChecker.- Version:
- $Revision: 85945 $
- Author:
- Weston Price
-
-
Constructor Summary
Constructors Constructor Description OracleStaleConnectionChecker()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
-
-