Package | Description |
---|---|
org.identityconnectors.common.pooling | |
org.identityconnectors.framework.api |
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
|
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local |
Constructor and Description |
---|
ObjectPoolConfiguration(ObjectPoolConfiguration other) |
Modifier and Type | Method and Description |
---|---|
ObjectPoolConfiguration |
APIConfiguration.getConnectorPoolConfiguration()
Gets the connector pooling configuration.
|
Modifier and Type | Method and Description |
---|---|
ObjectPoolConfiguration |
APIConfigurationImpl.getConnectorPoolConfiguration()
Gets the connector pooling configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
APIConfigurationImpl.setConnectorPoolConfiguration(ObjectPoolConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ObjectPoolConfiguration |
ObjectPoolHandler.validate(ObjectPoolConfiguration original)
Validates, copies and updates the original
ObjectPoolConfiguration . |
Modifier and Type | Method and Description |
---|---|
ObjectPoolConfiguration |
ObjectPoolHandler.validate(ObjectPoolConfiguration original)
Validates, copies and updates the original
ObjectPoolConfiguration . |
Constructor and Description |
---|
ConnectorPoolKey(ConnectorKey connectorKey,
ConfigurationPropertiesImpl configProperties,
ObjectPoolConfiguration poolingConfig) |
ObjectPool(ObjectPoolHandler<T> handler,
ObjectPoolConfiguration config)
Create a new ObjectPool
|
Copyright © 2022. All rights reserved.