| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 | |
| org.wildfly.swarm.config.ejb3.subsystem.clusterPassivationStore |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterPassivationStore> |
Ejb3.Ejb3Resources.clusterPassivationStores()
Get the list of ClusterPassivationStore resources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.clusterPassivationStore(ClusterPassivationStore value)
Add the ClusterPassivationStore object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.clusterPassivationStores(List<ClusterPassivationStore> value)
Add all 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.clientMappingsCache(String value)
The name of the cache used to store client-mappings of the EJB remoting connector's socket-bindings
|
ClusterPassivationStore |
ClusterPassivationStore.idleTimeout(Long value)
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
ClusterPassivationStore |
ClusterPassivationStore.idleTimeoutUnit(String value)
The unit of idle-timeout
|
ClusterPassivationStore |
ClusterPassivationStore.maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
ClusterPassivationStore |
ClusterPassivationStore.passivateEventsOnReplicate(Boolean value)
Indicates whether replication should trigger passivation events on the bean
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.