Package org.jboss.weld.module
Interface WeldModule.PostBeanArchiveServiceRegistrationContext
- Enclosing interface:
- WeldModule
public static interface WeldModule.PostBeanArchiveServiceRegistrationContext
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.weld.bootstrap.spi.BeanDeploymentArchiveReturns theBeanDeploymentArchivethe services are associated withReturns theBeanManagerImplfor the given bean archive deployment.org.jboss.weld.bootstrap.api.ServiceRegistryA 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 theBeanManagerImplfor the given bean archive deployment.- Returns:
- bean manager
-
getBeanDeploymentArchive
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()Returns theBeanDeploymentArchivethe services are associated with- Returns:
- the bean deployment archive
-