Package com.mchange.v1.db.sql
Class ConnectionEventSupport
- java.lang.Object
-
- com.mchange.v1.db.sql.ConnectionEventSupport
-
public class ConnectionEventSupport extends java.lang.Object
Deprecated.use com.mchange.v2.c3p0.util.ConectionEventSupport
-
-
Constructor Summary
Constructors Constructor Description ConnectionEventSupport(javax.sql.PooledConnection source)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addConnectionEventListener(javax.sql.ConnectionEventListener mlistener)
Deprecated.void
fireConnectionClosed()
Deprecated.void
fireConnectionErrorOccurred(java.sql.SQLException error)
Deprecated.void
removeConnectionEventListener(javax.sql.ConnectionEventListener mlistener)
Deprecated.
-
-
-
Method Detail
-
addConnectionEventListener
public void addConnectionEventListener(javax.sql.ConnectionEventListener mlistener)
Deprecated.
-
removeConnectionEventListener
public void removeConnectionEventListener(javax.sql.ConnectionEventListener mlistener)
Deprecated.
-
fireConnectionClosed
public void fireConnectionClosed()
Deprecated.
-
fireConnectionErrorOccurred
public void fireConnectionErrorOccurred(java.sql.SQLException error)
Deprecated.
-
-