| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 | |
| org.wildfly.swarm.config.ejb3.subsystem.passivationStore |
| Modifier and Type | Method and Description |
|---|---|
List<PassivationStore> |
Ejb3.Ejb3Resources.passivationStores()
Get the list of PassivationStore resources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.passivationStore(PassivationStore value)
Add the PassivationStore object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.passivationStores(List<PassivationStore> value)
Add all 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.