Package org.apache.abdera.protocol.util
Class AbstractItemManager<T>
- java.lang.Object
-
- org.apache.abdera.protocol.util.PoolManager<T>
-
- org.apache.abdera.protocol.util.AbstractItemManager<T>
-
- All Implemented Interfaces:
ItemManager<T>
@Deprecated public abstract class AbstractItemManager<T> extends PoolManager<T> implements ItemManager<T>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractItemManager()Deprecated.AbstractItemManager(int max)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Tget(Request request)Deprecated.Get an item based on the specified request-
Methods inherited from class org.apache.abdera.protocol.util.PoolManager
release
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.abdera.protocol.ItemManager
release
-
-
-
-
Method Detail
-
get
public T get(Request request)
Deprecated.Description copied from interface:ItemManagerGet an item based on the specified request- Specified by:
getin interfaceItemManager<T>
-
-