Interface ConcurrentPool.ItemFactory<T>

Type Parameters:
T -
Enclosing class:
ConcurrentPool<T>

@Deprecated(since="2021-05-27") public static interface ConcurrentPool.ItemFactory<T>
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Factory for creating and closing pooled items.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(T t)
    Deprecated.
     
    create(boolean initialize)
    Deprecated.
     
    Deprecated.
     
  • Method Details

    • create

      T create(boolean initialize)
      Deprecated.
    • close

      void close(T t)
      Deprecated.
    • shouldPrune

      ConcurrentPool.Prune shouldPrune(T t)
      Deprecated.