Interface ConnectionPoolDataSourceFactory

    • Method Detail

      • createConnectionPoolDataSource

        javax.sql.ConnectionPoolDataSource createConnectionPoolDataSource​(SourceContext context)
                                                                   throws java.lang.Exception
        Creates the ConnectionPoolDataSource.
        Parameters:
        context - SourceContext to configure the ConnectionPoolDataSource.
        Returns:
        ConnectionPoolDataSource.
        Throws:
        java.lang.Exception - If fails to create the ConnectionPoolDataSource.