Uses of Interface
nl.knowledgeplaza.util.pool.PoolableObjectFactory

Packages that use PoolableObjectFactory
nl.knowledgeplaza.util.pool   
 

Uses of PoolableObjectFactory in nl.knowledgeplaza.util.pool
 

Classes in nl.knowledgeplaza.util.pool that implement PoolableObjectFactory
 class CollectionObjectPoolFactory
          This class is a simple implementation of an ObjectPoolFactory.
 class JdbcConnectionPoolFactory
          Generates JDBC Connections from a configuration properties.
 

Methods in nl.knowledgeplaza.util.pool that return PoolableObjectFactory
 PoolableObjectFactory BaseObjectPool.getFactory()
          PoolableObjectFactory
 

Methods in nl.knowledgeplaza.util.pool with parameters of type PoolableObjectFactory
 void ObjectPool.setFactory(PoolableObjectFactory arg0)
           
 void JdbcConnectionPoolWrapper.setFactory(PoolableObjectFactory arg0)
           
 void BaseObjectPool.setFactory(PoolableObjectFactory value)
           
 

Constructors in nl.knowledgeplaza.util.pool with parameters of type PoolableObjectFactory
BaseObjectPool(PoolableObjectFactory pPoolableObjectFactory, org.apache.log4j.Logger log4j)
          Initialize
FastestFirstObjectPool(PoolableObjectFactory poolableObjectFactory)
          Initialize
PriorityObjectPool(PoolableObjectFactory poolableObjectFactory)
          Initialize Assume that the pooled objects are Comparable
PriorityObjectPool(PoolableObjectFactory poolableObjectFactory, java.util.Comparator comparator)
          Initialize
RoundRobinObjectPool(PoolableObjectFactory poolableObjectFactory)
          Initialize
StackObjectPool(PoolableObjectFactory poolableObjectFactory)
          Initialize
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.