Modifier and Type | Method and Description |
---|---|
Pool<MessageDrivenComponentInstance> |
MessageDrivenComponent.getPool() |
Modifier and Type | Method and Description |
---|---|
<T> Pool<T> |
StrictMaxPoolConfig.createPool(StatelessObjectFactory<T> statelessObjectFactory) |
abstract <T> Pool<T> |
PoolConfig.createPool(StatelessObjectFactory<T> statelessObjectFactory) |
Pool<I> |
PooledComponent.getPool() |
Modifier and Type | Method and Description |
---|---|
Pool<StatelessSessionComponentInstance> |
StatelessSessionComponent.getPool() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPool<T>
The base of all pool implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
StrictMaxPool<T>
A pool with a maximum size.
|
Modifier and Type | Method and Description |
---|---|
Pool<?> |
EJBComponentType.getPool(EJBComponent component) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.