| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| com.sun.ejb.containers.util.pool |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractSingletonContainer.SingletonContextFactory |
protected class |
StatelessSessionContainer.SessionContextFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectFactory |
AbstractSingletonContainer.singletonCtxFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectFactory |
AbstractPool.factory |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonBlockingPool.initializePool(ObjectFactory factory,
int steadyPoolSize,
int resizeQuantity,
int maxPoolSize,
int idleTimeoutInSeconds,
ClassLoader loader) |
protected void |
AbstractPool.initializePool(ObjectFactory factory,
long beanId,
int steadyPoolSize,
int resizeQuantity,
int maxPoolsize,
long maxWaitTimeInMillis,
int idleTimeoutInSeconds,
ClassLoader loader) |
| Constructor and Description |
|---|
AbstractPool(ObjectFactory factory,
long beanId,
int steadyPoolSize,
int resizeQuantity,
int maxPoolsize,
long maxWaitTimeInMillis,
int idleTimeoutInSeconds,
ClassLoader loader) |
NonBlockingPool(long beanId,
String poolName,
ObjectFactory factory,
int steadyPoolSize,
int resizeQuantity,
int maxPoolSize,
int idleTimeoutInSeconds,
ClassLoader loader) |
NonBlockingPool(long beanId,
String poolName,
ObjectFactory factory,
int steadyPoolSize,
int resizeQuantity,
int maxPoolSize,
int idleTimeoutInSeconds,
ClassLoader loader,
boolean singletonBeanPool) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.