Uses of Interface
com.sun.enterprise.resource.pool.ResourceHandler
-
Packages that use ResourceHandler Package Description com.sun.enterprise.resource.pool com.sun.enterprise.resource.pool.datastructure com.sun.enterprise.resource.pool.resizer -
-
Uses of ResourceHandler in com.sun.enterprise.resource.pool
Classes in com.sun.enterprise.resource.pool that implement ResourceHandler 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 ResourceHandler in com.sun.enterprise.resource.pool.datastructure
Methods in com.sun.enterprise.resource.pool.datastructure with parameters of type ResourceHandler Modifier and Type Method Description static DataStructureDataStructureFactory. getDataStructure(String className, String parameters, int maxPoolSize, ResourceHandler handler, String strategyClass)Constructors in com.sun.enterprise.resource.pool.datastructure with parameters of type ResourceHandler Constructor Description ListDataStructure(String parameters, int maxSize, ResourceHandler handler, String strategyClass)RWLockDataStructure(int maxSize, ResourceHandler handler) -
Uses of ResourceHandler in com.sun.enterprise.resource.pool.resizer
Fields in com.sun.enterprise.resource.pool.resizer declared as ResourceHandler Modifier and Type Field Description protected ResourceHandlerResizer. handlerConstructors in com.sun.enterprise.resource.pool.resizer with parameters of type ResourceHandler Constructor Description AssocWithThreadPoolResizer(PoolInfo poolInfo, DataStructure ds, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)Resizer(PoolInfo poolInfo, DataStructure dataStructure, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)
-