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

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

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