xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.pool.PoolManager

Packages that use PoolManager
org.xmlBlaster.contrib.db   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.util.pool   
 

Uses of PoolManager in org.xmlBlaster.contrib.db
 

Fields in org.xmlBlaster.contrib.db declared as PoolManager
private  PoolManager DbPool.poolManager
           
 

Uses of PoolManager in org.xmlBlaster.protocol.jdbc
 

Fields in org.xmlBlaster.protocol.jdbc declared as PoolManager
(package private)  PoolManager NamedConnectionPool.UnnamedConnectionPool.poolManager
           
 

Uses of PoolManager in org.xmlBlaster.test.classtest
 

Fields in org.xmlBlaster.test.classtest declared as PoolManager
(package private)  PoolManager TestPoolManager.TestPool.poolManager
           
 

Uses of PoolManager in org.xmlBlaster.util.pool
 

Fields in org.xmlBlaster.util.pool declared as PoolManager
private  PoolManager ResourceWrapper.poolManager
          My manager
 

Constructors in org.xmlBlaster.util.pool with parameters of type PoolManager
ResourceWrapper(PoolManager poolManager)
          Create a new wrapper for a resource with infinite lifespan.
ResourceWrapper(PoolManager poolManager, java.lang.String instanceId, java.lang.Object resource, long busyToIdleTimeout, long idleToEraseTimeout)
          Create a new wrapper for a user supplied resource.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.