Package com.sun.enterprise.resource.pool
Class ResourcePoolFactoryImpl
- java.lang.Object
-
- com.sun.enterprise.resource.pool.ResourcePoolFactoryImpl
-
public class ResourcePoolFactoryImpl extends Object
Factory to create appropriate connection pool.- Author:
- Aditya Gore
-
-
Constructor Summary
Constructors Constructor Description ResourcePoolFactoryImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourcePool
newInstance(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)
-
-
-
Method Detail
-
newInstance
public static ResourcePool newInstance(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env) throws PoolingException
- Throws:
PoolingException
-
-