Uses of Class
org.ofbiz.core.entity.config.ConnectionPoolInfo
Packages that use ConnectionPoolInfo
-
Uses of ConnectionPoolInfo in org.ofbiz.core.entity.config
Methods in org.ofbiz.core.entity.config that return ConnectionPoolInfoModifier and TypeMethodDescriptionConnectionPoolInfo.Builder.build()Returns a newConnectionPoolInfoas specified by the current state of this builder.JdbcDatasourceInfo.getConnectionPoolInfo()Constructors in org.ofbiz.core.entity.config with parameters of type ConnectionPoolInfoModifierConstructorDescriptionJdbcDatasourceInfo(String uri, String driverClassName, String username, String password, String isolationLevel, Properties connectionProperties, ConnectionPoolInfo connectionPoolInfo) -
Uses of ConnectionPoolInfo in org.ofbiz.core.entity.jdbc.interceptors.connection
Methods in org.ofbiz.core.entity.jdbc.interceptors.connection that return ConnectionPoolInfoModifier and TypeMethodDescriptionConnectionPoolState.getConnectionPoolInfo()static ConnectionPoolInfoConnectionPoolInfoSynthesizer.synthesizeConnectionPoolInfo(DataSource ds) This methods understands that there can be DBCP data sources and it knows how to generateConnectionPoolInfofrom that under lying data source.Constructors in org.ofbiz.core.entity.jdbc.interceptors.connection with parameters of type ConnectionPoolInfoModifierConstructorDescriptionConnectionTracker(ConnectionPoolInfo connectionPoolInfo) This allows you to have static information about the underlying connection pool.