org.jboss.jca.adapters.jdbc.spi
Interface StaleConnectionChecker

All Known Implementing Classes:
DB2StaleConnectionChecker, NullStaleConnectionChecker, OracleStaleConnectionChecker

public interface StaleConnectionChecker

A StaleConnectionChecker.

Version:
$Revision: 71554 $
Author:
Weston Price

Method Summary
 boolean isStaleConnection(SQLException e)
          Is the connection stale
 

Method Detail

isStaleConnection

boolean isStaleConnection(SQLException e)
Is the connection stale

Parameters:
e - the java.sql.SQLException
Returns:
is the connection stale


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