Uses of Interface
org.objectweb.jonas.resource.pool.api.Pool

Packages that use Pool
org.objectweb.jonas.resource.cm   
org.objectweb.jonas.resource.pool.api   
org.objectweb.jonas.resource.pool.lib   
 

Uses of Pool in org.objectweb.jonas.resource.cm
 

Methods in org.objectweb.jonas.resource.cm that return Pool
 Pool ConnectionManagerImpl.getPool()
           
 

Uses of Pool in org.objectweb.jonas.resource.pool.api
 

Methods in org.objectweb.jonas.resource.pool.api that return Pool
 Pool PoolProvider.getPool()
          Return the Pool
 

Uses of Pool in org.objectweb.jonas.resource.pool.lib
 

Classes in org.objectweb.jonas.resource.pool.lib that implement Pool
 class HArrayPool
          The class HArrayPool implements a Pool as a HashSet of ManagedConnections, managing free/active resources.
 

Constructors in org.objectweb.jonas.resource.pool.lib with parameters of type Pool
HArrayPoolMonitor(Pool pool)
          Pool monitor constructor
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.