Class ThreadLocalJdbcConnectionPool.ConnectionReferenceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void connectionClosed​(javax.sql.ConnectionEvent event)  
      void connectionErrorOccurred​(javax.sql.ConnectionEvent event)  
      java.sql.Connection getConnection()
      Obtains the Connection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • connectionClosed

        public void connectionClosed​(javax.sql.ConnectionEvent event)
        Specified by:
        connectionClosed in interface javax.sql.ConnectionEventListener
      • connectionErrorOccurred

        public void connectionErrorOccurred​(javax.sql.ConnectionEvent event)
        Specified by:
        connectionErrorOccurred in interface javax.sql.ConnectionEventListener