public class ClusterPassivationStore<T extends ClusterPassivationStore> extends Object
| Constructor and Description |
|---|
ClusterPassivationStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
beanCache()
The name of the cache used to store bean instances.
|
T |
beanCache(String value)
The name of the cache used to store bean instances.
|
String |
cacheContainer()
The name of the cache container used for the bean and client-mappings caches
|
T |
cacheContainer(String value)
The name of the cache container used for the bean and client-mappings caches
|
String |
getKey() |
Long |
idleTimeout()
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
T |
idleTimeout(Long value)
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
Integer |
maxSize()
The maximum number of beans this cache should store before forcing old beans to passivate
|
T |
maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
public ClusterPassivationStore(String key)
public String getKey()
public String beanCache()
public String cacheContainer()
public T cacheContainer(String value)
public Long idleTimeout()
public T idleTimeout(Long value)
public Integer maxSize()
Copyright © 2015 JBoss by Red Hat. All rights reserved.