Package de.aristaflow.adept2.util.objectpool
-
Interface Summary Interface Description ObjectLifeCycle<T,E extends Exception> This interface defines and allows to control the life cycle of a pooled object.ObjectPool<T,E extends Exception> This is the basic interface for an object pool, a facility to support easy reuse of objects and resources; especially those that are expensive to create and/or have limited availability.ObjectWrapperLifeCycle<T,E extends Exception> This interface is a companion toObjectLifeCycle
, defining and allowing to control the life cycle of an object wrapper. -
Class Summary Class Description AbstractObjectWrapper<T,E extends Exception> This is an abstract base class for wrapper implementations.