Uses of Interface
org.d_haven.mpool.ObjectFactory

Uses of ObjectFactory in org.d_haven.mpool
 

Methods in org.d_haven.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.d_haven.mpool with parameters of type ObjectFactory
FixedSizePool(ObjectFactory factory, int size)
          Create a fixed size pool using the object factory and size supplied.
FixedSizePool(ObjectFactory factory, int size, long timeout)
          Create a fixed size pool using the object factory, size, and timeout supplied.
AbstractPool(ObjectFactory factory)
          Initialize this instance of an AbstractPool using the supplied ObjectFactory.
VariableSizePool(ObjectFactory factory, int size)
          Create a VariableSizePool with the supplied factory and initial size.
 



Copyright © 2004-2005 D-Haven.org. All Rights Reserved.