Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.commons.pool.KeyedPoolableObjectFactory

Uses of KeyedPoolableObjectFactory in org.apache.commons.pool
 

Classes in org.apache.commons.pool that implement KeyedPoolableObjectFactory
 class BaseKeyedPoolableObjectFactory
          A base implemenation of KeyedPoolableObjectFactory.
 

Methods in org.apache.commons.pool with parameters of type KeyedPoolableObjectFactory
 void KeyedObjectPool.setFactory(KeyedPoolableObjectFactory factory)
          Sets the factory I use to create new instances (optional operation).
 void BaseKeyedObjectPool.setFactory(KeyedPoolableObjectFactory factory)
          Not supported in this base implementation.