com.waveset.util
Class ConnectionPool.Bucket

java.lang.Object
  extended bycom.waveset.util.ConnectionPool.Bucket
Enclosing class:
ConnectionPool

protected static class ConnectionPool.Bucket
extends java.lang.Object

A helper class that maintains a list of connections for a particular key. These are stored in the _pool Map. We could just store an ArrayList in the _pool, but let's wrap it in case we need to store more state for each bucket.


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait