Uses of Interface
org.webmacro.util.Pool

Packages that use Pool
org.webmacro   
org.webmacro.util   
 

Uses of Pool in org.webmacro
 

Methods in org.webmacro that return Pool
 Pool Context.getPool()
           
 

Methods in org.webmacro with parameters of type Pool
 void Context.setPool(Pool contextPool)
          Assign the object pool that this context should return to when its recycle() method is called.
 

Uses of Pool in org.webmacro.util
 

Classes in org.webmacro.util that implement Pool
 class ScalablePool
          This is a scalable pool.
 class UPool
          This is an unsynchronized object pool.