Uses of Interface
com.metamatrix.common.pooling.api.Resource

Packages that use Resource
com.metamatrix.common.pooling.api   
com.metamatrix.common.pooling.impl   
com.metamatrix.common.pooling.jdbc   
 

Uses of Resource in com.metamatrix.common.pooling.api
 

Methods in com.metamatrix.common.pooling.api that return Resource
 Resource ResourceContainer.checkOut(java.lang.String userName)
          Returns the resource object request for the userName
 Resource ResourcePool.checkOut(java.lang.String userName)
          Returns a resource from the pool.
 Resource ResourceAdapter.createResource(java.lang.Object physicalResource)
          Creates the Resource specific wrapper that will contain the physicalResource.
static Resource ResourceHelper.getResource(java.util.Properties properties, java.lang.String userName)
          Returns a Resource from a resource pool based on the specified ResourcePool.RESOURCE_POOL property.
 Resource ResourcePoolMgr.getResource(ResourceDescriptor descriptor, java.lang.String userName)
          Call to get a resource from the pool defined by descriptor.
static Resource ResourceHelper.getResource(java.lang.String poolName, java.lang.String userName)
          Returns a Resource from the specified ResourcePool.RESOURCE_POOL based on the specified poolName.
static Resource ResourceHelper.getResourceFromPool(ResourceDescriptor descriptor, java.lang.String userName)
           
 

Methods in com.metamatrix.common.pooling.api with parameters of type Resource
 boolean ResourceContainer.checkin(Resource resource, java.lang.String userName)
          Called to checkin the
 void ResourceAdapter.closePhyicalResourceObject(Resource resource)
          Called to have the adpater have the resource object close itself.
 

Uses of Resource in com.metamatrix.common.pooling.impl
 

Classes in com.metamatrix.common.pooling.impl that implement Resource
 class BaseResource
           
 

Methods in com.metamatrix.common.pooling.impl that return Resource
 Resource BasicResourceContainer.checkOut(java.lang.String userName)
          Returns the resource object request for the userName
 Resource BasicResourcePool.checkOut(java.lang.String userName)
           
protected  Resource BasicResourcePool.checkResourceCache()
           
 Resource ResourcePoolMgrImpl.getResource(ResourceDescriptor descriptor, java.lang.String userName)
          Call to get a resource from the pool defined by descriptor.
 

Methods in com.metamatrix.common.pooling.impl with parameters of type Resource
 boolean BasicResourceContainer.checkin(Resource resource, java.lang.String userName)
          Returns the resource object request for the userName
 

Uses of Resource in com.metamatrix.common.pooling.jdbc
 

Classes in com.metamatrix.common.pooling.jdbc that implement Resource
 class JDBCConnectionResource
           
 

Methods in com.metamatrix.common.pooling.jdbc that return Resource
 Resource JDBCConnectionResourceAdapter.createResource(java.lang.Object physicalResource)
           
 

Methods in com.metamatrix.common.pooling.jdbc with parameters of type Resource
 void JDBCConnectionResourceAdapter.closePhyicalResourceObject(Resource resource)
           
 



Copyright © 2009. All Rights Reserved.