org.jboss.jca.adapters.jdbc.extensions.novendor
Class NullStaleConnectionChecker

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

public class NullStaleConnectionChecker
extends Object
implements StaleConnectionChecker

A NullStaleConnectionChecker.

Version:
$Revision: 71554 $
Author:
Weston Price

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

NullStaleConnectionChecker

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