Package org.wildfly.clustering.ejb
Interface BeanManagementProvider
-
public interface BeanManagementProviderInterface for installing bean management services for a deployment and individual stateful EJB components.- Author:
- Paul Ferraro, Richard Achmatowicz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilityServiceConfiguratorgetBeanManagerFactoryServiceConfigurator(StatefulBeanConfiguration context)Builds a bean manager factory for an Jakarta Enterprise Beans within a deployment.Iterable<CapabilityServiceConfigurator>getDeploymentServiceConfigurators(org.jboss.msc.service.ServiceName name)Installs dependencies for a deployment unit
-
-
-
Method Detail
-
getDeploymentServiceConfigurators
Iterable<CapabilityServiceConfigurator> getDeploymentServiceConfigurators(org.jboss.msc.service.ServiceName name)
Installs dependencies for a deployment unit- Parameters:
name- the service name of the deployment unit
-
getBeanManagerFactoryServiceConfigurator
CapabilityServiceConfigurator getBeanManagerFactoryServiceConfigurator(StatefulBeanConfiguration context)
Builds a bean manager factory for an Jakarta Enterprise Beans within a deployment.- Parameters:
context- the bean context- Returns:
- a service builder
-
-