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 Detail

      • get

        T get​(Request request)
        Deprecated.
        Get an item based on the specified request
      • release

        void release​(T item)
        Deprecated.
        Release an item