public class FilePassivationStore extends Object
| Constructor and Description |
|---|
FilePassivationStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Long |
idleTimeout()
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
FilePassivationStore |
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
|
FilePassivationStore |
maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
public FilePassivationStore(String key)
public String getKey()
public Long idleTimeout()
public FilePassivationStore idleTimeout(Long value)
public Integer maxSize()
public FilePassivationStore maxSize(Integer value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.