Package org.wildfly.clustering.ejb.bean
Interface BeanPassivationConfiguration
- All Known Subinterfaces:
BeanManagementConfiguration,LegacyBeanManagementConfiguration
public interface BeanPassivationConfiguration
Configuration for bean passivation.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionWhen present, returns the maximum number of bean instances to retain in memory at a given time.
-
Method Details
-
getMaxActiveBeans
OptionalInt getMaxActiveBeans()When present, returns the maximum number of bean instances to retain in memory at a given time.- Returns:
- when present, the maximum number of bean instances to retain in memory at a given time, or empty if passivation is disabled.
-