Interface WeldModule.PostBeanArchiveServiceRegistrationContext

Enclosing interface:
WeldModule

public static interface WeldModule.PostBeanArchiveServiceRegistrationContext
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
    Returns the BeanDeploymentArchive the services are associated with
    Returns the BeanManagerImpl for the given bean archive deployment.
    org.jboss.weld.bootstrap.api.ServiceRegistry
    A mutable service registry for a given bean archive.
  • Method Details

    • getServices

      org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
      A mutable service registry for a given bean archive. Existing services may be replaced and additional services may be registered by a module.
      Returns:
      services
    • getBeanManager

      BeanManagerImpl getBeanManager()
      Returns the BeanManagerImpl for the given bean archive deployment.
      Returns:
      bean manager
    • getBeanDeploymentArchive

      org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
      Returns the BeanDeploymentArchive the services are associated with
      Returns:
      the bean deployment archive