Uses of Class
com.jolbox.bonecp.ConnectionPartition

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

Uses of ConnectionPartition in com.jolbox.bonecp
 

Fields in com.jolbox.bonecp declared as ConnectionPartition
protected  ConnectionPartition[] BoneCP.partitions
          Partitions handle.
 

Methods in com.jolbox.bonecp that return ConnectionPartition
 ConnectionPartition ConnectionHandle.getOriginatingPartition()
          Gets the partition this came from.
 

Methods in com.jolbox.bonecp with parameters of type ConnectionPartition
protected  void BoneCP.maybeSignalForMoreConnections(ConnectionPartition connectionPartition)
          Tests if this partition has hit a threshold and signal to the pool watch thread to create new connections
protected  void ConnectionHandle.setOriginatingPartition(ConnectionPartition originatingPartition)
          Sets Originating partition
 

Constructors in com.jolbox.bonecp with parameters of type ConnectionPartition
ConnectionMaxAgeThread(ConnectionPartition connectionPartition, ScheduledExecutorService scheduler, BoneCP pool, long maxAgeInMs, boolean lifoMode)
          Constructor
ConnectionTesterThread(ConnectionPartition connectionPartition, ScheduledExecutorService scheduler, BoneCP pool, long idleMaxAgeInMs, long idleConnectionTestPeriodInMs, boolean lifoMode)
          Constructor
PoolWatchThread(ConnectionPartition connectionPartition, BoneCP pool)
          Thread constructor
 



Copyright © 2009-2012 JolBox. All Rights Reserved.