Uses of Class
to.etc.dbpool.PoolConfigSource

Packages that use PoolConfigSource
to.etc.dbpool   
 

Uses of PoolConfigSource in to.etc.dbpool
 

Subclasses of PoolConfigSource in to.etc.dbpool
 class PropertiesSource
           
 class XmlSource
           
 

Methods in to.etc.dbpool with parameters of type PoolConfigSource
 ConnectionPool PoolManager.definePool(PoolConfigSource cs, java.lang.String id)
          Defines the pool with the specified ID from the ConfigSource passed.
 ConnectionPool PoolManager.initializePool(PoolConfigSource cs, java.lang.String id)
          This combines defining and initializing a pool.