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

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.extensions.db2.DB2StaleConnectionChecker
All Implemented Interfaces:
StaleConnectionChecker

public class DB2StaleConnectionChecker
extends Object
implements StaleConnectionChecker

A DB2StaleConnectionChecker.

Version:
$Revision: 85945 $
Author:
Weston Price

Constructor Summary
DB2StaleConnectionChecker()
          Constructor
 
Method Summary
 boolean isStaleConnection(SQLException e)
          Is the connection stale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2StaleConnectionChecker

public DB2StaleConnectionChecker()
Constructor

Method Detail

isStaleConnection

public boolean isStaleConnection(SQLException e)
Is the connection stale

Specified by:
isStaleConnection in interface StaleConnectionChecker
Parameters:
e - the java.sql.SQLException
Returns:
is the connection stale


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)