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