Class ConnectionEventSupport


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

      • ConnectionEventSupport

        public ConnectionEventSupport​(javax.sql.PooledConnection source)
        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.