Package org.cementj.pool

Provides a generic pooling package.

See:
          Description

Interface Summary
Resource Interface for generic resource implementations.
ResourcePool Interface for Resource Pools.
 

Class Summary
AbstractResourcePool Abstract class providing basic resource pool functionality.
DatabaseConnectionPool This is an implementation of a ResourcePool for JDBC database connections.
 

Exception Summary
ResourceException Exception for defined resources.
 

Package org.cementj.pool Description

Provides a generic pooling package. Pools created with this package have the following features:

  • Offline resource verification
  • Easy configurability
  • Runtime statistics support
  • This package was featured in the JavaPro article Take a dip in the Resource Pool

    Copyright: Delta Vortex Technologies, 2003.



    Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.