Uses of Interface
org.apache.lucene.gdata.utils.PoolObjectFactory

Packages that use PoolObjectFactory
org.apache.lucene.gdata.utils Utils package 
 

Uses of PoolObjectFactory in org.apache.lucene.gdata.utils
 

Constructors in org.apache.lucene.gdata.utils with parameters of type PoolObjectFactory
SimpleObjectPool(int size, PoolObjectFactory<Type> factory)
          Constructs a new SimpleObjectPool and sets the ObjectFactory and the pool size
SimpleObjectPool(PoolObjectFactory<Type> factory)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.