Class AlwaysStaleConnectionChecker
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.novendor.AlwaysStaleConnectionChecker
-
- All Implemented Interfaces:
Serializable,StaleConnectionChecker
public class AlwaysStaleConnectionChecker extends Object implements StaleConnectionChecker, Serializable
AlwaysStaleConnectionChecker.- Author:
- Jesper Pedersen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlwaysStaleConnectionChecker()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
-
-