| 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 |
| Constructor and Description |
|---|
BlockingPool(long containerId,
String name,
ObjectFactory sessionCtxFactory,
int steadyPoolSize,
int poolResizeQuantity,
int maxPoolSize,
int poolIdleTimeoutInSeconds,
ClassLoader loader,
boolean singletonBeanPool,
int maxWaitTimeInMillis) |
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 © 2019. All rights reserved.