|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceContainer | |
---|---|
com.metamatrix.common.pooling.api | |
com.metamatrix.common.pooling.impl |
Uses of ResourceContainer in com.metamatrix.common.pooling.api |
---|
Methods in com.metamatrix.common.pooling.api with parameters of type ResourceContainer | |
---|---|
void |
ResourcePool.checkIn(ResourceContainer resourceContainer,
java.lang.String userName)
Called by the resource container to checkin itself to the pool. |
Uses of ResourceContainer in com.metamatrix.common.pooling.impl |
---|
Classes in com.metamatrix.common.pooling.impl that implement ResourceContainer | |
---|---|
class |
BasicResourceContainer
The ResourceContainer is what is used by the pool to contain and manage the number of Resources
that are made available. |
Methods in com.metamatrix.common.pooling.impl that return ResourceContainer | |
---|---|
ResourceContainer |
BaseResource.getContainer()
|
Methods in com.metamatrix.common.pooling.impl with parameters of type ResourceContainer | |
---|---|
void |
BasicResourcePool.checkIn(ResourceContainer resourceContainer,
java.lang.String userName)
|
void |
BaseResource.init(ResourceContainer resourceContainer,
java.lang.String checkedOutBy)
This method is invoked by the pool to set a reference of itself on the resource |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |