org.jboss.jca.adapters.jdbc.extensions.db2
Class DB2ValidConnectionChecker

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.extensions.db2.DB2ValidConnectionChecker
All Implemented Interfaces:
Serializable, ValidConnectionChecker

public class DB2ValidConnectionChecker
extends Object
implements ValidConnectionChecker, Serializable

A DB2ValidConnectionChecker.

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

Constructor Summary
DB2ValidConnectionChecker()
          Constructor
 
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

DB2ValidConnectionChecker

public DB2ValidConnectionChecker()
Constructor

Method Detail

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 © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)