Uses of Interface
org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
-
Packages that use ObjectPoolHandler Package Description org.identityconnectors.framework.impl.api.local -
-
Uses of ObjectPoolHandler in org.identityconnectors.framework.impl.api.local
Constructors in org.identityconnectors.framework.impl.api.local with parameters of type ObjectPoolHandler Constructor Description ObjectPool(ObjectPoolHandler<T> handler, ObjectPoolConfiguration config)
Create a new ObjectPool
-