com.jolbox.bonecp
Class ConnectionPartition

java.lang.Object
  extended by com.jolbox.bonecp.ConnectionPartition
All Implemented Interfaces:
java.io.Serializable

public class ConnectionPartition
extends java.lang.Object
implements java.io.Serializable

Connection Partition structure

Author:
wwadge
See Also:
Serialized Form

Constructor Summary
ConnectionPartition(BoneCP pool)
          Partition constructor
 
Method Summary
 int getRemainingCapacity()
          Returns no of free slots.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPartition

public ConnectionPartition(BoneCP pool)
Partition constructor

Parameters:
pool - handle to connection pool
Method Detail

getRemainingCapacity

public int getRemainingCapacity()
Returns no of free slots.

Returns:
remaining capacity.


Copyright © 2009-2011 JolBox. All Rights Reserved.