| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ejb3 |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterPassivationStore> |
Ejb3.Ejb3Resources.clusterPassivationStores()
Get the list of org.wildfly.swarm.config.ejb3.ClusterPassivationStore resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.clusterPassivationStore(ClusterPassivationStore value)
Add the org.wildfly.swarm.config.ejb3.ClusterPassivationStore object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.clusterPassivationStores(List<ClusterPassivationStore> value)
Add all org.wildfly.swarm.config.ejb3.ClusterPassivationStore objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ClusterPassivationStore |
ClusterPassivationStore.beanCache(String value)
The name of the cache used to store bean instances.
|
ClusterPassivationStore |
ClusterPassivationStore.cacheContainer(String value)
The name of the cache container used for the bean and client-mappings caches
|
ClusterPassivationStore |
ClusterPassivationStore.idleTimeout(Long value)
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
ClusterPassivationStore |
ClusterPassivationStore.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.