| Modifier and Type | Method and Description |
|---|---|
ResourcePool |
ConnectorRuntime.getConnectionPoolConfig(PoolInfo poolInfo)
Provide the configuration of the pool
|
static ResourcePool |
ConnectorsUtil.getConnectionPoolConfig(PoolInfo poolInfo,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
static PoolInfo |
ConnectorsUtil.getPoolInfo(ResourcePool resource) |
static boolean |
ConnectorsUtil.isDynamicReconfigurationEnabled(ResourcePool pool) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourcePool.Duck.getIdentity(ResourcePool resource) |
| Modifier and Type | Method and Description |
|---|---|
ResourcePool |
ConnectorRuntime.getConnectionPoolConfig(PoolInfo poolInfo) |
ResourcePool |
DeferredResourceConfig.getResourcePool() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredResourceConfig.setResourcePool(ResourcePool resourcePool) |
| Constructor and Description |
|---|
DeferredResourceConfig(String rarName,
AdminObjectResource adminObject,
ResourcePool resourcePool,
BindableResource bindableResource,
ResourceAdapterConfig[] resAdapterConfig) |
| Modifier and Type | Method and Description |
|---|---|
ResourcePool |
ResourcesUtil.getPoolConfig(PoolInfo poolInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourcesUtil.isEnabled(ResourcePool pool) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectorConnectionPool
Defines configuration used to create and manage
a pool of connections to a EIS.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectionPoolValidator.isValid(ResourcePool pool,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcConnectionPool
Defines configuration used to create and manage a pool physical database
connections.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JdbcConnectionPoolValidator.isValid(ResourcePool pool,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
| Modifier and Type | Method and Description |
|---|---|
static PoolInfo |
ResourceUtil.getPoolInfo(ResourcePool resource) |
Copyright © 2017. All rights reserved.