|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourcePool | |
---|---|
com.metamatrix.common.pooling.api | |
com.metamatrix.common.pooling.impl |
Uses of ResourcePool in com.metamatrix.common.pooling.api |
---|
Methods in com.metamatrix.common.pooling.api with parameters of type ResourcePool | |
---|---|
void |
ResourceContainer.init(ResourcePool resourcePool,
java.lang.Object physicalResourceObject,
int maxConcurrentUsers)
This method is invoked by the pool to set a reference of itself on the resource |
Uses of ResourcePool in com.metamatrix.common.pooling.impl |
---|
Classes in com.metamatrix.common.pooling.impl that implement ResourcePool | |
---|---|
class |
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 |
Methods in com.metamatrix.common.pooling.impl that return ResourcePool | |
---|---|
protected ResourcePool |
BasicResourceContainer.getResourcePool()
|
ResourcePool |
ResourcePoolMgrImpl.getResourcePool(ResourceDescriptor descriptor)
Do Not call this method to update the resource pool This method was made available for testing |
ResourcePool |
ResourcePoolMgrImpl.getResourcePool(ResourceDescriptorID descriptorID)
Do Not call this method to update the resource pool This method was made available for testing |
protected ResourcePool |
ResourcePoolMgrImpl.rp1$(ResourceDescriptor descriptor)
|
protected ResourcePool |
ResourcePoolMgrImpl.rp2$(ResourceDescriptorID descriptorID)
|
Methods in com.metamatrix.common.pooling.impl with parameters of type ResourcePool | |
---|---|
void |
BasicResourceContainer.init(ResourcePool resourcePool,
java.lang.Object physicalResourceObject,
int maxConcurrentUsers)
|
Constructors in com.metamatrix.common.pooling.impl with parameters of type ResourcePool | |
---|---|
BasicResourcePoolStatistics(ResourcePool pool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |