Uses of Interface
org.identityconnectors.framework.spi.PoolableConnector
-
Packages that use PoolableConnector Package Description org.identityconnectors.framework.impl.api.local org.identityconnectors.framework.impl.api.local.operations org.identityconnectors.testconnector -
-
Uses of PoolableConnector in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that return types with arguments of type PoolableConnector Modifier and Type Method 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.static ObjectPool<PoolableConnector>
ConnectorPoolManager. getPool(ConnectorPoolManager.ConnectorPoolKey connectorPoolKey)
Get a object pool for this connector if it was created before. -
Uses of PoolableConnector in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return types with arguments of type PoolableConnector Modifier and Type Method Description ObjectPool<PoolableConnector>
ConnectorOperationalContext. getPool()
-
Uses of PoolableConnector in org.identityconnectors.testconnector
Classes in org.identityconnectors.testconnector that implement PoolableConnector Modifier and Type Class Description class
TstConnector
class
TstStatefulPoolableConnector
-