Class ConnectionPoolInfoSynthesizer
java.lang.Object
org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolInfoSynthesizer
Synthesizes
ConnectionPoolInfos when there are not know at compile time-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionPoolInfoThis methods understands that there can be DBCP data sources and it knows how to generateConnectionPoolInfofrom that under lying data source.
-
Constructor Details
-
ConnectionPoolInfoSynthesizer
public ConnectionPoolInfoSynthesizer()
-
-
Method Details
-
synthesizeConnectionPoolInfo
This methods understands that there can be DBCP data sources and it knows how to generateConnectionPoolInfofrom that under lying data source.- Parameters:
ds- the- Returns:
- ConnectionPoolInfo
-