public class PassivationStore extends Object
| Constructor and Description |
|---|
PassivationStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
beanCache()
The name of the cache used to store bean instances.
|
PassivationStore |
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
|
PassivationStore |
cacheContainer(String value)
The name of the cache container used for the bean and client-mappings caches
|
String |
getKey() |
Integer |
maxSize()
The maximum number of beans this cache should store before forcing old beans to passivate
|
PassivationStore |
maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
public PassivationStore(String key)
public String getKey()
public String beanCache()
public PassivationStore beanCache(String value)
public String cacheContainer()
public PassivationStore cacheContainer(String value)
public Integer maxSize()
public PassivationStore maxSize(Integer value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.