Package org.wildfly.clustering.ejb.bean
Interface BeanPassivationConfiguration
-
- All Known Subinterfaces:
BeanManagementConfiguration,LegacyBeanManagementConfiguration
public interface BeanPassivationConfigurationConfiguration for bean passivation.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetMaxActiveBeans()Returns the maximum number of bean instances to retain in memory at a given time.
-
-
-
Method Detail
-
getMaxActiveBeans
Integer getMaxActiveBeans()
Returns the maximum number of bean instances to retain in memory at a given time.- Returns:
- the maximum number of bean instances to retain in memory at a given time, or null if passivation is disabled.
-
-