| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ejb3 |
| Modifier and Type | Method and Description |
|---|---|
List<StrictMaxBeanInstancePool> |
Ejb3.Ejb3Resources.strictMaxBeanInstancePools()
Get the list of org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all org.wildfly.swarm.config.ejb3.StrictMaxBeanInstancePool objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
StrictMaxBeanInstancePool |
StrictMaxBeanInstancePool.deriveSize(String value)
Specifies if and what the max pool size should be derived from.
|
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.