Class PostgreSQLValidConnectionChecker
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLValidConnectionChecker
- All Implemented Interfaces:
Serializable,ValidConnectionChecker
public class PostgreSQLValidConnectionChecker
extends Object
implements ValidConnectionChecker, Serializable
A PostgreSQLValidConnectionChecker.
- Version:
- $Revision: 71554 $
- Author:
- Weston Price
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks the connection is valid
-
Constructor Details
-
PostgreSQLValidConnectionChecker
public PostgreSQLValidConnectionChecker()Constructor
-
-
Method Details
-
isValidConnection
Checks the connection is valid- Specified by:
isValidConnectionin interfaceValidConnectionChecker- Parameters:
c- the connection- Returns:
- Exception when not valid, null when valid
-