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>
- Direct Known Subclasses:
- SessionPoolManager
public abstract class AbstractItemManager<T>
- extends PoolManager<T>
- implements ItemManager<T>
Method Summary |
T |
get(Request request)
Get an item based on the specified request |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractItemManager
public AbstractItemManager()
AbstractItemManager
public AbstractItemManager(int max)
get
public T get(Request request)
- Description copied from interface:
ItemManager
- Get an item based on the specified request
- Specified by:
get
in interface ItemManager<T>
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.