public class ClusterPassivationStore<T extends ClusterPassivationStore<T>> extends Object
Constructor and Description |
---|
ClusterPassivationStore(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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 |
clientMappingsCache()
Deprecated.
This is no longer configurable and will be ignored
|
T |
clientMappingsCache(String value)
Deprecated.
This is no longer configurable and will be ignored
|
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
|
String |
idleTimeoutUnit()
Deprecated.
SFSBs are no longer passivated eagerly, but only lazily as
required by max-size
|
T |
idleTimeoutUnit(String value)
Deprecated.
SFSBs are no longer passivated eagerly, but only lazily as
required by max-size
|
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
|
Boolean |
passivateEventsOnReplicate()
Deprecated.
This is no longer configurable and will be ignored
|
T |
passivateEventsOnReplicate(Boolean value)
Deprecated.
This is no longer configurable and will be ignored
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ClusterPassivationStore(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String beanCache()
public String cacheContainer()
public T cacheContainer(String value)
@Deprecated public String clientMappingsCache()
@Deprecated public T clientMappingsCache(String value)
public Long idleTimeout()
public T idleTimeout(Long value)
@Deprecated public String idleTimeoutUnit()
@Deprecated public T idleTimeoutUnit(String value)
public Integer maxSize()
public T maxSize(Integer value)
@Deprecated public Boolean passivateEventsOnReplicate()
@Deprecated public T passivateEventsOnReplicate(Boolean value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.