Uses of Interface
org.apache.excalibur.mpool.ObjectFactory

Packages that use ObjectFactory
org.apache.excalibur.mpool   
 

Uses of ObjectFactory in org.apache.excalibur.mpool
 

Methods in org.apache.excalibur.mpool with parameters of type ObjectFactory
 Pool DefaultPoolManager.getManagedPool(ObjectFactory factory, int initialEntries)
          Return a managed pool that has a controller.
 Pool PoolManager.getManagedPool(ObjectFactory factory, int initialEntries)
          Return a managed pool that has a controller.
 

Constructors in org.apache.excalibur.mpool with parameters of type ObjectFactory
VariableSizePool(ObjectFactory factory, int size)
          Constructor for an unmanaged pool
VariableSizePool(ObjectFactory factory, int size, long key)
          Constructor for a managed pool
FixedSizePool(ObjectFactory factory, int size)
           
BlockingFixedSizePool(ObjectFactory factory, int size)
           
BlockingFixedSizePool(ObjectFactory factory, int size, long timeout)
           
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.