This class maintains reusable action response objects in a pool.
Clients can use the obtainObject() method to retrieve an
action response object, and releaseObject() to release
it back to the pool once is done with it.
Constructor Summary
public
ActionResponsePool(int minSize, int maxSize, boolean overflow, int partitionSize, Logger logger)