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