org.apache.abdera.protocol
Interface ItemManager<T>

All Known Implementing Classes:
AbstractItemManager, PoolManager, SessionPoolManager

public interface ItemManager<T>

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
 T get(Request request)
          Get an item based on the specified request
 void release(T item)
          Release an item
 

Method Detail

get

T get(Request request)
Get an item based on the specified request


release

void release(T item)
Release an item



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.