Class ConnectionEventSupport

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

public class ConnectionEventSupport extends Object
Deprecated.
use com.mchange.v2.c3p0.util.ConectionEventSupport
  • Constructor Details

    • ConnectionEventSupport

      public ConnectionEventSupport(PooledConnection source)
      Deprecated.
  • Method Details

    • 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.