public class FilePassivationStore<T extends FilePassivationStore<T>> extends Object
Constructor and Description |
---|
FilePassivationStore(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public FilePassivationStore(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long idleTimeout()
public T idleTimeout(Long value)
public Integer maxSize()
Copyright © 2019 JBoss by Red Hat. All rights reserved.