| Package | Description |
|---|---|
| org.ofbiz.core.entity.config | |
| org.ofbiz.core.entity.jdbc.interceptors.connection |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolInfo |
ConnectionPoolInfo.Builder.build()
Returns a new ConnectionPoolInfo as specified by the current state
of this builder.
|
ConnectionPoolInfo |
JdbcDatasourceInfo.getConnectionPoolInfo() |
| Constructor and Description |
|---|
JdbcDatasourceInfo(String uri,
String driverClassName,
String username,
String password,
String isolationLevel,
Properties connectionProperties,
ConnectionPoolInfo connectionPoolInfo) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolInfo |
ConnectionPoolState.getConnectionPoolInfo() |
static ConnectionPoolInfo |
ConnectionPoolInfoSynthesizer.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. |
| Constructor and Description |
|---|
ConnectionTracker(ConnectionPoolInfo connectionPoolInfo)
This allows you to have static information about the underlying connection pool.
|
Copyright © 2024 Atlassian. All rights reserved.