Uses of Interface
org.huihoo.jfox.pool.ObjectFactory

Packages that use ObjectFactory
org.huihoo.jfox.pool   
org.huihoo.jfox.pool.connection   
org.huihoo.jfox.pool.thread   
 

Uses of ObjectFactory in org.huihoo.jfox.pool
 

Classes in org.huihoo.jfox.pool that implement ObjectFactory
 class ObjectFactorySupport
           
 class ProxyObjectFactory
           
 

Fields in org.huihoo.jfox.pool declared as ObjectFactory
protected  ObjectFactory AbstractObjectPool.factory
           
 

Methods in org.huihoo.jfox.pool that return ObjectFactory
 ObjectFactory AbstractObjectPool.getObjectFactory()
           
 ObjectFactory ObjectPoolMBean.getObjectFactory()
          get the factory use to create new instances
 

Constructors in org.huihoo.jfox.pool with parameters of type ObjectFactory
AbstractObjectPool(ObjectFactory factory)
           
SimpleObjectPool(ObjectFactory factory)
           
SimpleObjectPool(ObjectFactory factory, int initNum, int maxRest)
           
 

Uses of ObjectFactory in org.huihoo.jfox.pool.connection
 

Classes in org.huihoo.jfox.pool.connection that implement ObjectFactory
 class ConnectionFactory
           
 

Methods in org.huihoo.jfox.pool.connection that return ObjectFactory
 ObjectFactory SimpleConnectionPool.getObjectFactory()
           
 

Uses of ObjectFactory in org.huihoo.jfox.pool.thread
 

Classes in org.huihoo.jfox.pool.thread that implement ObjectFactory
 class ThreadableObjectFactory
          override the ObjectFactorySupport.destroyObject method
 

Methods in org.huihoo.jfox.pool.thread that return ObjectFactory
 ObjectFactory SimpleThreadPool.getObjectFactory()