| 
 | ||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||
See:
          Description
| Class Summary | |
|---|---|
| GenericKeyedObjectPool | A configurable KeyedObjectPoolimplementation. | 
| GenericKeyedObjectPool.Config | A simple "struct" encapsulating the
 configuration information for a GenericKeyedObjectPool. | 
| GenericKeyedObjectPoolFactory | A factory for creating GenericKeyedObjectPoolinstances. | 
| GenericObjectPool | A configurable ObjectPoolimplementation. | 
| GenericObjectPool.Config | A simple "struct" encapsulating the
 configuration information for a GenericObjectPool. | 
| GenericObjectPoolFactory | A factory for creating GenericObjectPoolinstances. | 
| SoftReferenceObjectPool | A SoftReferencebasedObjectPool. | 
| StackKeyedObjectPool | A simple, Stack-basedKeyedObjectPoolimplementation. | 
| StackKeyedObjectPoolFactory | A factory for creating StackKeyedObjectPoolinstances. | 
| StackObjectPool | A simple, Stack-basedObjectPoolimplementation. | 
| StackObjectPoolFactory | A factory for creating StackObjectPoolinstances. | 
Object pooling API implementations.
         StackObjectPool
         (StackKeyedObjectPool)
         provides a simple, Stack-based
         implementation of ObjectPool
         (KeyedObjectPool).
         StackObjectPoolFactory
         (StackKeyedObjectPoolFactory)
         provides an implementation of the
         ObjectPoolFactory
         (KeyedObjectPoolFactory)
         factory interface for this class.
      
         GenericObjectPool
         (GenericKeyedObjectPool)
         provides a more robust (but also more complicated)
         implementation of ObjectPool
         (KeyedObjectPool).
         GenericObjectPoolFactory
         (GenericKeyedObjectPoolFactory)
         provides an implementation of the
         ObjectPoolFactory
         (KeyedObjectPoolFactory)
         factory interface for this class.
      
         See also the org.apache.commons.pool package.
      
| 
 | ||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||