Uses of Class
org.makumba.db.makumba.ResourcePool

Packages that use ResourcePool
org.makumba.db.makumba   
 

Uses of ResourcePool in org.makumba.db.makumba
 

Fields in org.makumba.db.makumba declared as ResourcePool
protected  ResourcePool Database.connections
           
 

Fields in org.makumba.db.makumba with type parameters of type ResourcePool
(package private)  WeakReference<ResourcePool> StalePreventionThread.poolRef
           
(package private)  WeakReference<ResourcePool> ResourcePool.poolRef
          a weak reference to ourselves, for usage by foreign objects
 

Constructor parameters in org.makumba.db.makumba with type arguments of type ResourcePool
StalePreventionThread(WeakReference<ResourcePool> poolRef, long sleeping)