Uses of Interface
com.sun.enterprise.resource.pool.datastructure.DataStructure
-
Packages that use DataStructure Package Description com.sun.enterprise.resource.pool com.sun.enterprise.resource.pool.datastructure com.sun.enterprise.resource.pool.resizer -
-
Uses of DataStructure in com.sun.enterprise.resource.pool
Fields in com.sun.enterprise.resource.pool declared as DataStructure Modifier and Type Field Description protected DataStructureConnectionPool. ds -
Uses of DataStructure in com.sun.enterprise.resource.pool.datastructure
Classes in com.sun.enterprise.resource.pool.datastructure that implement DataStructure Modifier and Type Class Description classListDataStructureList based datastructure that can be used by connection poolclassRWLockDataStructureReadWriteLock based datastructure for poolMethods in com.sun.enterprise.resource.pool.datastructure that return DataStructure Modifier and Type Method Description static DataStructureDataStructureFactory. getDataStructure(String className, String parameters, int maxPoolSize, ResourceHandler handler, String strategyClass) -
Uses of DataStructure in com.sun.enterprise.resource.pool.resizer
Fields in com.sun.enterprise.resource.pool.resizer declared as DataStructure Modifier and Type Field Description protected DataStructureResizer. dataStructureConstructors in com.sun.enterprise.resource.pool.resizer with parameters of type DataStructure Constructor Description AssocWithThreadPoolResizer(PoolInfo poolInfo, DataStructure ds, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)Resizer(PoolInfo poolInfo, DataStructure dataStructure, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)
-