Uses of Interface
com.sun.enterprise.resource.pool.ResourcePool
-
Packages that use ResourcePool Package Description com.sun.enterprise.resource.pool -
-
Uses of ResourcePool in com.sun.enterprise.resource.pool
Classes in com.sun.enterprise.resource.pool that implement ResourcePool Modifier and Type Class Description classAssocWithThreadResourcePoolAssociates a resource with the thread.classConnectionPoolConnection Pool for Connector & JDBC resourcesclassUnpooledResourceThis resource pool is created when connection pooling is switched off Hence no pooling happens in this resource poolMethods in com.sun.enterprise.resource.pool that return ResourcePool Modifier and Type Method Description ResourcePoolPoolManager. getPool(PoolInfo poolInfo)ResourcePoolPoolManagerImpl. getPool(PoolInfo poolInfo)static ResourcePoolResourcePoolFactoryImpl. newInstance(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)
-