org.jboss.resource.adapter.jdbc.vendor
Class MSSQLValidConnectionChecker

java.lang.Object
  extended by org.jboss.resource.adapter.jdbc.vendor.MSSQLValidConnectionChecker
All Implemented Interfaces:
Serializable, ValidConnectionChecker

public class MSSQLValidConnectionChecker
extends Object
implements ValidConnectionChecker, Serializable

A MSSQLValidConnectionChecker.

Version:
$Revision: 57189 $
Author:
Weston Price
See Also:
Serialized Form

Constructor Summary
MSSQLValidConnectionChecker()
           
 
Method Summary
 SQLException isValidConnection(Connection c)
          Checks the connection is valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSSQLValidConnectionChecker

public MSSQLValidConnectionChecker()
Method Detail

isValidConnection

public SQLException isValidConnection(Connection c)
Description copied from interface: ValidConnectionChecker
Checks the connection is valid

Specified by:
isValidConnection in interface ValidConnectionChecker
Parameters:
c - the connection
Returns:
Exception when not valid, null when valid


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.