org.benow.web.servlet
Class HandlerServlet.RequestHandlerPool

java.lang.Object
  extended by org.benow.java.collection.pool.PoolImpl
      extended by org.benow.web.servlet.HandlerServlet.RequestHandlerPool
All Implemented Interfaces:
org.benow.java.collection.pool.Pool
Enclosing class:
HandlerServlet

public class HandlerServlet.RequestHandlerPool
extends org.benow.java.collection.pool.PoolImpl


Field Summary
 
Fields inherited from class org.benow.java.collection.pool.PoolImpl
DEFAULT_MAX_SIZE, items, maxSize
 
Constructor Summary
HandlerServlet.RequestHandlerPool()
           
 
Method Summary
protected  java.lang.Object newInstance()
           
 
Methods inherited from class org.benow.java.collection.pool.PoolImpl
clear, getMaxSize, getPooled, prime, returnInstance, setMaxSize, takeInstance, takeInstanceQuiet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerServlet.RequestHandlerPool

public HandlerServlet.RequestHandlerPool()
Method Detail

newInstance

protected java.lang.Object newInstance()
                                throws java.lang.InstantiationException
Specified by:
newInstance in class org.benow.java.collection.pool.PoolImpl
Throws:
java.lang.InstantiationException