Interface ConnectionPool<T>

    • Method Detail

      • getConnection

        T getConnection()
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • destroy

        void destroy()