Interface LockedPool.Factory<F>

Type Parameters:
F - the type of pooled objects
All Superinterfaces:
Pool.Factory<F>
Enclosing class:
LockedPool<P>

public static interface LockedPool.Factory<F> extends Pool.Factory<F>

A Pool.Factory that wraps newly created Pool instances with LockedPool.