com.mchange.v1.db.sql
Class ConnectionEventSupport
java.lang.Object
com.mchange.v1.db.sql.ConnectionEventSupport
Deprecated. use com.mchange.v2.c3p0.util.ConectionEventSupport
public class ConnectionEventSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionEventSupport
public ConnectionEventSupport(PooledConnection source)
- Deprecated.
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.