Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.ejb3 |
Modifier and Type | Method and Description |
---|---|
StrictMaxBeanInstancePool |
EJB3.EJB3Resources.strictMaxBeanInstancePool(String key) |
Modifier and Type | Method and Description |
---|---|
List<StrictMaxBeanInstancePool> |
EJB3.EJB3Resources.strictMaxBeanInstancePools()
Get the list of StrictMaxBeanInstancePool resources
|
Modifier and Type | Method and Description |
---|---|
T |
EJB3.strictMaxBeanInstancePool(StrictMaxBeanInstancePool value)
Add the StrictMaxBeanInstancePool object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
EJB3.strictMaxBeanInstancePools(List<StrictMaxBeanInstancePool> value)
Add all StrictMaxBeanInstancePool objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
StrictMaxBeanInstancePool<T extends StrictMaxBeanInstancePool<T>>
A bean instance pool with a strict upper limit
|
interface |
StrictMaxBeanInstancePoolConsumer<T extends StrictMaxBeanInstancePool<T>> |
interface |
StrictMaxBeanInstancePoolSupplier<T extends StrictMaxBeanInstancePool> |
Modifier and Type | Method and Description |
---|---|
StrictMaxBeanInstancePool |
StrictMaxBeanInstancePoolSupplier.get()
Constructed instance of StrictMaxBeanInstancePool resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.