Interface ConnectionPool

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Method to call when closing the StoreManager down, and consequently to close the pool.
      javax.sql.DataSource getDataSource()
      Accessor for the pooled DataSource.
    • Method Detail

      • close

        void close()
        Method to call when closing the StoreManager down, and consequently to close the pool.
      • getDataSource

        javax.sql.DataSource getDataSource()
        Accessor for the pooled DataSource.
        Returns:
        The DataSource