| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 | |
| org.wildfly.swarm.config.ejb3.subsystem.strictMaxBeanInstancePool |
| Modifier and Type | Method and Description |
|---|---|
List<StrictMaxBeanInstancePool> |
Ejb3.Ejb3Resources.strictMaxBeanInstancePools()
Get the list of StrictMaxBeanInstancePool resources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the StrictMaxBeanInstancePool object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all StrictMaxBeanInstancePool objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
StrictMaxBeanInstancePool |
StrictMaxBeanInstancePool.maxPoolSize(Integer value)
The maximum number of bean instances that the pool can hold at a given point in time
|
StrictMaxBeanInstancePool |
StrictMaxBeanInstancePool.timeout(Long value)
The maximum amount of time to wait for a bean instance to be available from the pool
|
StrictMaxBeanInstancePool |
StrictMaxBeanInstancePool.timeoutUnit(String value)
The instance acquisition timeout unit
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.