Interface LockedPool.Factory<F>
- Type Parameters:
 F- the type of pooled objects
- All Superinterfaces:
 Pool.Factory<F>
- Enclosing class:
 LockedPool<P>
A Pool.Factory that wraps newly created
Pool instances with LockedPool.
- 
Method Summary
Methods inherited from interface Pool.Factory
newPool 
- 
Method Details
- 
wrap
Description copied from interface:Pool.FactoryWraps, if necessary, the given pool.
- Specified by:
 wrapin interfacePool.Factory<F>- Parameters:
 pool- the pool to wrap- Returns:
 - a possibly wrapped pool
 - See Also:
 
 
 -