org.jboss.jca.adapters.jdbc.extensions.sybase
Class SybaseValidConnectionChecker
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseValidConnectionChecker
- All Implemented Interfaces:
- Serializable, ValidConnectionChecker
public class SybaseValidConnectionChecker
- extends Object
- implements ValidConnectionChecker, Serializable
A SybaseValidConnectionChecker.
- Version:
- $Revision: 85945 $
- Author:
- Weston Price
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SybaseValidConnectionChecker
public SybaseValidConnectionChecker()
- Constructor
isValidConnection
public SQLException isValidConnection(Connection c)
- Checks the connection is valid
- Specified by:
isValidConnection in interface ValidConnectionChecker
- Parameters:
c - the connection
- Returns:
- Exception when not valid, null when valid
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)