Protomatter Classes v1.1.6

Uses of Interface
com.protomatter.pool.ObjectPool

Packages that use ObjectPool
com.protomatter.jdbc.pool A JDBC Driver that maintains a pool of connections. 
com.protomatter.pool An object pooling framework. 
com.protomatter.util A collection of utility classes. 
 

Uses of ObjectPool in com.protomatter.jdbc.pool
 

Classes in com.protomatter.jdbc.pool that implement ObjectPool
 class JdbcConnectionPool
          Provides a pool of pre-opened JDBC connections.
 

Uses of ObjectPool in com.protomatter.pool
 

Classes in com.protomatter.pool that implement ObjectPool
 class GrowingObjectPool
          An ObjectPool implementation that has an initial size and an optional max size.
 class SimpleObjectPool
          A minimal implementation of an ObjectPool.
 

Uses of ObjectPool in com.protomatter.util
 

Classes in com.protomatter.util that implement ObjectPool
 class BlockingQueue
          A thread-blocking queue.
 class WorkQueue
          A work queue.
 


Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6