Modifier and Type | Method and Description |
---|---|
Pool<EntityBeanComponentInstance> |
EntityBeanComponent.getPool() |
Modifier and Type | Method and Description |
---|---|
Pool<MessageDrivenComponentInstance> |
MessageDrivenComponent.getPool() |
Modifier and Type | Method and Description |
---|---|
abstract Pool |
PoolConfig.createPool(StatelessObjectFactory statelessObjectFactory) |
Pool<?> |
StrictMaxPoolConfig.createPool(StatelessObjectFactory 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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.