Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool.Config

Packages that use GenericObjectPool.Config
org.datanucleus.store.rdbms.datasource.dbcp.pool.impl   
 

Uses of GenericObjectPool.Config in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
 

Methods in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl with parameters of type GenericObjectPool.Config
 void GenericObjectPool.setConfig(GenericObjectPool.Config conf)
          Sets my configuration.
 

Constructors in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl with parameters of type GenericObjectPool.Config
GenericObjectPool(PoolableObjectFactory factory, GenericObjectPool.Config config)
          Create a new GenericObjectPool using the specified values.
GenericObjectPoolFactory(PoolableObjectFactory factory, GenericObjectPool.Config config)
          Create a new GenericObjectPoolFactory.
 



Copyright © 2012. All Rights Reserved.