Class NullValidConnectionChecker
- java.lang.Object
-
- org.jboss.jca.adapters.jdbc.extensions.novendor.NullValidConnectionChecker
-
- All Implemented Interfaces:
Serializable,ValidConnectionChecker
public class NullValidConnectionChecker extends Object implements ValidConnectionChecker, Serializable
Does not check the connection- Version:
- $Revision: 71554 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NullValidConnectionChecker()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExceptionisValidConnection(Connection c)Checks the connection is valid
-
-
-
Method Detail
-
isValidConnection
public SQLException isValidConnection(Connection c)
Checks the connection is valid- Specified by:
isValidConnectionin interfaceValidConnectionChecker- Parameters:
c- the connection- Returns:
- Exception when not valid, null when valid
-
-