Package com.codestudio.util

Interface Summary
Pool The high-level interface defining a container of PooledObjects.
PooledObject An object aware of its pool, lifespan, and possibly other resources.
 

Class Summary
CacheThread The Thread that manages refreshes of the SQL query cache.
GenericPool GenericPool allows any object to be pooled through the PoolManager.
GenericPoolManager An extension of PoolManager that transforms it into a singleton.
GenericPoolMetaData  
JDBCPool JDBCPool is an ObjectPool of JDBC connection objects.
JDBCPoolMetaData  
LifeGuardThread Asks SmartObjects to manage themselves and clean up if necessary.
ObjectPool ObjectPool provides a mechanism for pooling objects and resources.
PoolManager An object that manages several pools of objects.
PoolMetaData  
PoolSkimmerThread PoolSkimmer manages the clean up of dead and expired objects floating around the pool.
SQLCache  
SQLManager  
SQLResult SQLResult is a simplified means of keeping track of results returned from SQL queries.
SQLUtil A utility class that is capable of performing any sql operation.
 



Copyright © 1999-2001 The Code Studio. All Rights Reserved.