Package | Description |
---|---|
com.sun.enterprise.resource.pool | |
com.sun.enterprise.resource.pool.datastructure | |
com.sun.enterprise.resource.pool.resizer |
Modifier and Type | Field and Description |
---|---|
protected DataStructure |
ConnectionPool.ds |
Modifier and Type | Class and Description |
---|---|
class |
ListDataStructure
List based datastructure that can be used by connection pool
|
class |
RWLockDataStructure
ReadWriteLock based datastructure for pool
|
Modifier and Type | Method and Description |
---|---|
static DataStructure |
DataStructureFactory.getDataStructure(String className,
String parameters,
int maxPoolSize,
ResourceHandler handler,
String strategyClass) |
Modifier and Type | Field and Description |
---|---|
protected DataStructure |
Resizer.ds |
Constructor and Description |
---|
AssocWithThreadPoolResizer(PoolInfo poolInfo,
DataStructure ds,
PoolProperties pp,
ResourceHandler handler,
boolean preferValidateOverRecreate) |
Resizer(PoolInfo poolInfo,
DataStructure ds,
PoolProperties pp,
ResourceHandler handler,
boolean preferValidateOverRecreate) |
Copyright © 2018. All rights reserved.