当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 connector API Documentation 英文版文档
ValidConnectionChecker (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档
org.jboss.resource.adapter.jdbc
Interface ValidConnectionChecker
- All Known Implementing Classes:
- CheckValidConnectionSQL, NullValidConnectionChecker, OracleValidConnectionChecker
- public interface ValidConnectionChecker
Checks that a connection is valid
- Version:
- $Revision: 1.3 $
- Author:
- Adrian Brock
isValidConnection
public SQLException isValidConnection(Connection c)
- Checks the connection is valid
- Parameters:
c
- the connection
- Returns:
- Exception when not valid, null when valid
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.