| Package | Description |
|---|---|
| com.sun.enterprise.resource.pool | |
| com.sun.enterprise.resource.pool.datastructure | |
| com.sun.enterprise.resource.pool.resizer |
| Modifier and Type | Class and Description |
|---|---|
class |
AssocWithThreadResourcePool
Associates a resource with the thread.
|
class |
ConnectionPool
Connection Pool for Connector & JDBC resources
|
class |
UnpooledResource
This resource pool is created when connection pooling is switched off
Hence no pooling happens in this resource pool
|
| Modifier and Type | Method and Description |
|---|---|
static DataStructure |
DataStructureFactory.getDataStructure(String className,
String parameters,
int maxPoolSize,
ResourceHandler handler,
String strategyClass) |
| Constructor and Description |
|---|
ListDataStructure(String parameters,
int maxSize,
ResourceHandler handler,
String strategyClass) |
RWLockDataStructure(String parameters,
int maxSize,
ResourceHandler handler,
String strategyClass) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceHandler |
Resizer.handler |
| Constructor and Description |
|---|
AssocWithThreadPoolResizer(PoolInfo poolInfo,
DataStructure ds,
PoolProperties pp,
ResourceHandler handler,
boolean preferValidateOverRecreate) |
Resizer(PoolInfo poolInfo,
DataStructure dataStructure,
PoolProperties pp,
ResourceHandler handler,
boolean preferValidateOverRecreate) |
Copyright © 2019. All rights reserved.