Package com.boylesoftware.cb2.util.pool

Implementations of object and thread pools.

See:
          Description

Interface Summary
PooledObjectFactory Factories implementing this interface are used by object pool implementations for instantiating the objects.
 

Class Summary
AdaptiveObjectPool A general purpose object pool.
PooledObjectFactoryAdapter Convenience adapter for PooledObjectFactory interface.
PooledThread Abstract parent class for threads to be used with PooledThreadFactory class.
PooledThreadFactory Parent class for thread pool factories.
SimplePooledObjectFactory Simple pooled object factory implementation, which creates instances of a specified during initialization class using its default constructor.
 

Package com.boylesoftware.cb2.util.pool Description

Implementations of object and thread pools.



Copyright © 2002,2003,2004 - Boyle Software, Inc.