com.mchange.v1.db.sql
Class ConnectionEventSupport

java.lang.Object
  extended by com.mchange.v1.db.sql.ConnectionEventSupport

Deprecated. use com.mchange.v2.c3p0.util.ConectionEventSupport

public class ConnectionEventSupport
extends Object


Constructor Summary
ConnectionEventSupport(PooledConnection source)
          Deprecated.  
 
Method Summary
 void addConnectionEventListener(ConnectionEventListener mlistener)
          Deprecated.  
 void fireConnectionClosed()
          Deprecated.  
 void fireConnectionErrorOccurred(SQLException error)
          Deprecated.  
 void removeConnectionEventListener(ConnectionEventListener mlistener)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionEventSupport

public ConnectionEventSupport(PooledConnection source)
Deprecated. 
Method Detail

addConnectionEventListener

public void addConnectionEventListener(ConnectionEventListener mlistener)
Deprecated. 

removeConnectionEventListener

public void removeConnectionEventListener(ConnectionEventListener mlistener)
Deprecated. 

fireConnectionClosed

public void fireConnectionClosed()
Deprecated. 

fireConnectionErrorOccurred

public void fireConnectionErrorOccurred(SQLException error)
Deprecated.