Class ListStaleConnectionChecker
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.novendor.ListStaleConnectionChecker
-
- All Implemented Interfaces:
Serializable,StaleConnectionChecker
public class ListStaleConnectionChecker extends Object implements StaleConnectionChecker, Serializable
- Version:
- $Revision: 75423 $
- Author:
- John Lee
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListStaleConnectionChecker()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisStaleConnection(SQLException e)Is the connection stalevoidsetStaleExceptions(String s)set set via10099,10100,10101> Set the stale exceptions
-
-
-
Method Detail
-
setStaleExceptions
public void setStaleExceptions(String s)
set set via10099,10100,10101> Set the stale exceptions - Parameters:
s- The value
-
isStaleConnection
public boolean isStaleConnection(SQLException e)
Is the connection stale- Specified by:
isStaleConnectionin interfaceStaleConnectionChecker- Parameters:
e- thejava.sql.SQLException- Returns:
- is the connection stale
-
-