Package | Description |
---|---|
org.identityconnectors.framework.impl.api.local |
Modifier and Type | Method and Description |
---|---|
static Pair<ConnectorPoolManager.ConnectorPoolKey,ObjectPool<PoolableConnector>> |
ConnectorPoolManager.getPool(APIConfigurationImpl impl,
LocalConnectorInfoImpl localInfo)
Get a object pool for this connector if it supports connector pooling.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConnectorPoolManager.dispose(ConnectorPoolManager.ConnectorPoolKey connectorPoolKey)
Disposes of all connector instances of a particular connector.
|
static ObjectPool<PoolableConnector> |
ConnectorPoolManager.getPool(ConnectorPoolManager.ConnectorPoolKey connectorPoolKey)
Get a object pool for this connector if it was created before.
|
Copyright © 2022. All rights reserved.