Uses of Class
nl.knowledgeplaza.util.pool.BaseObjectPool

Packages that use BaseObjectPool
nl.knowledgeplaza.util.pool   
 

Uses of BaseObjectPool in nl.knowledgeplaza.util.pool
 

Subclasses of BaseObjectPool in nl.knowledgeplaza.util.pool
 class FastestFirstObjectPool
          This class implements a priority pool based on the assumption that all pooled objects are the same but not identical.
 class PriorityObjectPool
          This class implements a priority pool.
 class RoundRobinObjectPool
          This class implements a round robin (FIFO) pool.
 class StackObjectPool
          This class implements a stack (LIFO) pool.
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.