Interface BeanManagementProvider


  • public interface BeanManagementProvider
    Interface for installing bean management services for a deployment and individual stateful EJB components.
    Author:
    Paul Ferraro, Richard Achmatowicz
    • 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