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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the connection stale
-
Constructor Details
-
AlwaysStaleConnectionChecker
public AlwaysStaleConnectionChecker()Constructor
-
-
Method Details
-
isStaleConnection
Is the connection stale- Specified by:
isStaleConnectionin interfaceStaleConnectionChecker- Parameters:
e- thejava.sql.SQLException- Returns:
- is the connection stale
-