Uses of Class
jsr166y.LinkedTransferQueue

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

Uses of LinkedTransferQueue in com.jolbox.bonecp
 

Subclasses of LinkedTransferQueue in com.jolbox.bonecp
 class BoundedLinkedTransferQueue<E>
          A bounded version of linkedTransferQueue.
 

Methods in com.jolbox.bonecp that return LinkedTransferQueue
protected  LinkedTransferQueue<ConnectionHandle> ConnectionPartition.getConnectionsPendingRelease()
          Gets handle to a release connection handle queue.
protected  LinkedTransferQueue<StatementHandle> BoneCP.getStatementsPendingRelease()
          Returns the statementsPendingRelease field.
 



Copyright © 2009-2011 JolBox. All Rights Reserved.