[jboss-cvs] jbosscx/src/main/org/jboss/resource/adapter/jdbc ...

Weston Price weston.price at jboss.com
Thu Jul 27 10:41:24 EDT 2006


  User: wprice  
  Date: 06/07/27 10:41:24

  Modified:    src/main/org/jboss/resource/adapter/jdbc  
                        StaleConnectionChecker.java
                        StaleConnectionException.java
  Log:
  [JBAS-3359] Stale connection check/implementation.
  
  Revision  Changes    Path
  1.2       +21 -0     jbosscx/src/main/org/jboss/resource/adapter/jdbc/StaleConnectionChecker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StaleConnectionChecker.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/StaleConnectionChecker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StaleConnectionChecker.java	27 Jul 2006 14:39:55 -0000	1.1
  +++ StaleConnectionChecker.java	27 Jul 2006 14:41:24 -0000	1.2
  @@ -1,3 +1,24 @@
  +/*
  +* JBoss, Home of Professional Open Source
  +* Copyright 2005, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   
   package org.jboss.resource.adapter.jdbc;
   
  @@ -7,7 +28,7 @@
    * A StaleConnectionChecker.
    * 
    * @author <a href="weston.price at jboss.com">Weston Price</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public interface StaleConnectionChecker
   {
  
  
  
  1.2       +22 -0     jbosscx/src/main/org/jboss/resource/adapter/jdbc/StaleConnectionException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StaleConnectionException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/StaleConnectionException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StaleConnectionException.java	27 Jul 2006 14:39:55 -0000	1.1
  +++ StaleConnectionException.java	27 Jul 2006 14:41:24 -0000	1.2
  @@ -1,3 +1,25 @@
  +/*
  +* JBoss, Home of Professional Open Source
  +* Copyright 2005, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
  +
   package org.jboss.resource.adapter.jdbc;
   
   import java.sql.SQLException;
  @@ -6,7 +28,7 @@
    * A StaleConnectionException.
    * 
    * @author <a href="weston.price at jboss.com">Weston Price</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class StaleConnectionException extends SQLException
   {
  
  
  



More information about the jboss-cvs-commits mailing list