FileDocCategorySizeDatePackage
SJSASResourcePool.javaAPI DocGlassfish v2 API2587Fri May 04 22:35:16 BST 2007com.sun.enterprise.resource

SJSASResourcePool

public class SJSASResourcePool extends AbstractResourcePool
this resource pool does not allow sharing A resource is only given out if it is not used by any enterprise bean and it does not have any pending transaction
author
Aditya Gore
since
9.0

Fields Summary
Constructors Summary
public SJSASResourcePool(String poolName)

        super( poolName );
    
Methods Summary
protected ResourceHandleprefetch(ResourceSpec spec, ResourceAllocator alloc, javax.transaction.Transaction tran)

        
        return null;