Uses of Class
com.jolbox.bonecp.BoneCPConfig

Packages that use BoneCPConfig
com.jolbox.bonecp The core package for the BoneCP connection pool. 
 

Uses of BoneCPConfig in com.jolbox.bonecp
 

Subclasses of BoneCPConfig in com.jolbox.bonecp
 class BoneCPDataSource
          DataSource for use with LazyConnection Provider etc.
 

Methods in com.jolbox.bonecp that return BoneCPConfig
 BoneCPConfig BoneCPConfig.clone()
           
 BoneCPConfig BoneCPDataSource.getConfig()
          Returns a configuration object built during initialization of the connection pool.
 BoneCPConfig BoneCP.getConfig()
          Gets config object.
 

Methods in com.jolbox.bonecp with parameters of type BoneCPConfig
 boolean BoneCPConfig.hasSameConfiguration(BoneCPConfig that)
          Returns true if this instance has the same config as a given config.
 

Constructors in com.jolbox.bonecp with parameters of type BoneCPConfig
BoneCP(BoneCPConfig config)
          Constructor.
BoneCPDataSource(BoneCPConfig config)
           
 



Copyright © 2009-2011 JolBox. All Rights Reserved.