Class Summary |
BaseResource |
|
BasicPoolStatistic |
|
BasicResourceContainer |
The ResourceContainer is what is used by the pool
to contain and manage the number of Resources
that are made available. |
BasicResourcePool |
NOTE: Currently, the pool does not use the ConcurrentUser option
The moving of a container from the resourcepool to the inuseresourcepool
is done when a resource is checkedout and backin
The logic doesn't consider the concurrent user option
History:
Who When Why
=================================================================
V.Halbert 5/15/03 remove the isAlive checking due to db overhead
just let the cleanup thread perform the isAlive cleanup |
BasicResourcePoolStatistics |
|
ResourcePoolMgrImpl |
The ResourcePoolMgr is the center point for managing and sharing a common
object type among common users. |