Class AbstractResourcePool<W extends AbstractWrapperResource<W,R>, R extends GroupCloseable>

java.lang.Object
ch.nolix.base.resourcecontrol.resourcepool.AbstractResourcePool<W,R>
Type Parameters:
W - is the type of the AbstractWrapperResources of a AbstractResourcePool.
R - is the type of the resource of the AbstractWrapperResources of a AbstractResourcePool.
All Implemented Interfaces:
Closeable, CloseStateRequestable, GroupCloseable, IResourcePool<W>, AutoCloseable
Direct Known Subclasses:
SqlConnectionPool

public abstract class AbstractResourcePool<W extends AbstractWrapperResource<W,R>, R extends GroupCloseable> extends Object implements IResourcePool<W>
Author:
Silvan Wyss