Uses of Class
org.apache.jdo.util.Pool

Packages that use Pool
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

Uses of Pool in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as Pool
private  Pool FOStoreDatabase.pool
          Pool for this database.
 

Methods in org.apache.jdo.impl.fostore that return Pool
(package private)  Pool FOStoreConnectionFactory.createPool(FOStoreConnectionId id)
          Create a new pool of connections for this combination of url, user, and password.
 

Methods in org.apache.jdo.impl.fostore with parameters of type Pool
private  void FOStoreDatabase.setPool(Pool pool)