Package org.wildfly.clustering.ejb.bean
Interface BeanManagementConfiguration
- All Superinterfaces:
BeanPassivationConfiguration
Encapsulates the configuration of a bean management provider.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns a factory for creating a bean deployment's marshaller.Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanPassivationConfiguration
getMaxActiveBeans
-
Method Details
-
getMarshallerFactory
Function<BeanDeploymentMarshallingContext,ByteBufferMarshaller> getMarshallerFactory()Returns a factory for creating a bean deployment's marshaller.- Returns:
- a marshaller factory
-