Class ConnectionPoolInfoSynthesizer

java.lang.Object
org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolInfoSynthesizer

public class ConnectionPoolInfoSynthesizer extends Object
Synthesizes ConnectionPoolInfos when there are not know at compile time
  • Constructor Details

    • ConnectionPoolInfoSynthesizer

      public ConnectionPoolInfoSynthesizer()
  • Method Details

    • synthesizeConnectionPoolInfo

      public static ConnectionPoolInfo synthesizeConnectionPoolInfo(DataSource ds)
      This methods understands that there can be DBCP data sources and it knows how to generate ConnectionPoolInfo from that under lying data source.
      Parameters:
      ds - the
      Returns:
      ConnectionPoolInfo