Package org.apache.abdera.protocol
Interface ItemManager<T>
-
- All Known Implementing Classes:
AbstractItemManager,PoolManager
@Deprecated public interface ItemManager<T>
Deprecated.Legacy AEM 6.x API.ItemManager is an internal utility class that provides a simple get/release interface. It is used primarily to control access to pooled resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Tget(Request request)Deprecated.Get an item based on the specified requestvoidrelease(T item)Deprecated.Release an item
-