Package toolbox.pooling

Package class diagram package toolbox.pooling
Provides classes to develop custom object pools.

See:
          Description

Interface Summary
ResourcePool Interface that describes a generic resource pool.
 

Class Summary
JDBCResourcePool ResourcePool implementation to do JDBC connection pooling.
ResourcePoolImpl A generic implementation of ResourcePool interface.
SocketResourcePool ResourcePool implementation to do client socket connection pooling.
 

Exception Summary
ResourcePoolException Exception that is generated when exceptions occurs during ResourcePool operations.
 

Package toolbox.pooling Description

Provides classes to develop custom object pools.