Class ConnectionEventSupport


  • public class ConnectionEventSupport
    extends java.lang.Object
    • Constructor Detail

      • ConnectionEventSupport

        public ConnectionEventSupport​(javax.sql.PooledConnection source)
    • Method Detail

      • addConnectionEventListener

        public void addConnectionEventListener​(javax.sql.ConnectionEventListener mlistener)
      • removeConnectionEventListener

        public void removeConnectionEventListener​(javax.sql.ConnectionEventListener mlistener)
      • printListeners

        public void printListeners()
      • getListenerCount

        public int getListenerCount()
      • fireConnectionClosed

        public void fireConnectionClosed()
      • fireConnectionErrorOccurred

        public void fireConnectionErrorOccurred​(java.sql.SQLException error)