| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ejb3 |
| Modifier and Type | Method and Description |
|---|---|
List<PassivationStore> |
Ejb3.Ejb3Resources.passivationStores()
Get the list of org.wildfly.swarm.config.ejb3.PassivationStore resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.passivationStore(PassivationStore value)
Add the org.wildfly.swarm.config.ejb3.PassivationStore object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.passivationStores(List<PassivationStore> value)
Add all org.wildfly.swarm.config.ejb3.PassivationStore objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
PassivationStore |
PassivationStore.beanCache(String value)
The name of the cache used to store bean instances.
|
PassivationStore |
PassivationStore.cacheContainer(String value)
The name of the cache container used for the bean and client-mappings caches
|
PassivationStore |
PassivationStore.maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.