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