public class 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.
|
ClusterPassivationStore |
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
|
ClusterPassivationStore |
cacheContainer(String value)
The name of the cache container used for the bean and client-mappings caches
|
String |
clientMappingsCache()
The name of the cache used to store client-mappings of the EJB remoting connector's socket-bindings
|
ClusterPassivationStore |
clientMappingsCache(String value)
The name of the cache used to store client-mappings of the EJB remoting connector's socket-bindings
|
String |
getKey() |
Long |
idleTimeout()
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
ClusterPassivationStore |
idleTimeout(Long value)
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
String |
idleTimeoutUnit()
The unit of idle-timeout
|
ClusterPassivationStore |
idleTimeoutUnit(String value)
The unit of idle-timeout
|
Integer |
maxSize()
The maximum number of beans this cache should store before forcing old beans to passivate
|
ClusterPassivationStore |
maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
Boolean |
passivateEventsOnReplicate()
Indicates whether replication should trigger passivation events on the bean
|
ClusterPassivationStore |
passivateEventsOnReplicate(Boolean value)
Indicates whether replication should trigger passivation events on the bean
|
public ClusterPassivationStore(String key)
public String getKey()
public String beanCache()
public ClusterPassivationStore beanCache(String value)
public String cacheContainer()
public ClusterPassivationStore cacheContainer(String value)
public String clientMappingsCache()
public ClusterPassivationStore clientMappingsCache(String value)
public Long idleTimeout()
public ClusterPassivationStore idleTimeout(Long value)
public String idleTimeoutUnit()
public ClusterPassivationStore idleTimeoutUnit(String value)
public Integer maxSize()
public ClusterPassivationStore maxSize(Integer value)
public Boolean passivateEventsOnReplicate()
public ClusterPassivationStore passivateEventsOnReplicate(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.