Uses of Interface
org.openjena.atlas.lib.Pool

Packages that use Pool
org.openjena.atlas.lib   
 

Uses of Pool in org.openjena.atlas.lib
 

Classes in org.openjena.atlas.lib that implement Pool
 class PoolBase<T>
          A Pool of objects.
 class PoolFiniteBlocking<T>
           
 class PoolSync<T>
          Synchronization wrapper for a pool
 

Methods in org.openjena.atlas.lib that return Pool
static
<T> Pool<T>
PoolSync.create(Pool<T> pool)
           
 

Methods in org.openjena.atlas.lib with parameters of type Pool
static
<T> Pool<T>
PoolSync.create(Pool<T> pool)
           
 

Constructors in org.openjena.atlas.lib with parameters of type Pool
PoolSync(Pool<T> pool)
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.