Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mysql.jdbc.jdbc2.optional
Class WrapperBase  view WrapperBase download WrapperBase.java

java.lang.Object
  extended bycom.mysql.jdbc.jdbc2.optional.WrapperBase
Direct Known Subclasses:
ConnectionWrapper, StatementWrapper

abstract class WrapperBase
extends java.lang.Object

Base class for all wrapped instances created by LogicalHandle

Version:
$Id: WrapperBase.java,v 1.1.2.3 2004/08/09 22:15:12 mmatthew Exp $

Field Summary
protected  MysqlPooledConnection pooledConnection
           
 
Constructor Summary
(package private) WrapperBase()
           
 
Method Summary
protected  void checkAndFireConnectionError(java.sql.SQLException sqlEx)
          Fires connection error event if required, before re-throwing exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pooledConnection

protected MysqlPooledConnection pooledConnection
Constructor Detail

WrapperBase

WrapperBase()
Method Detail

checkAndFireConnectionError

protected void checkAndFireConnectionError(java.sql.SQLException sqlEx)
                                    throws java.sql.SQLException
Fires connection error event if required, before re-throwing exception