Uses of Interface
com.sun.enterprise.resource.pool.PoolProperties
-
Packages that use PoolProperties Package Description com.sun.enterprise.resource.pool com.sun.enterprise.resource.pool.resizer -
-
Uses of PoolProperties in com.sun.enterprise.resource.pool
Classes in com.sun.enterprise.resource.pool that implement PoolProperties 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 pool -
Uses of PoolProperties in com.sun.enterprise.resource.pool.resizer
Fields in com.sun.enterprise.resource.pool.resizer declared as PoolProperties Modifier and Type Field Description protected PoolPropertiesResizer. poolConstructors in com.sun.enterprise.resource.pool.resizer with parameters of type PoolProperties Constructor Description AssocWithThreadPoolResizer(PoolInfo poolInfo, DataStructure ds, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)Resizer(PoolInfo poolInfo, DataStructure dataStructure, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)
-