Package org.jboss.weld.module
Interface WeldModule.PostBeanArchiveServiceRegistrationContext
-
- Enclosing interface:
- WeldModule
public static interface WeldModule.PostBeanArchiveServiceRegistrationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.weld.bootstrap.spi.BeanDeploymentArchivegetBeanDeploymentArchive()Returns theBeanDeploymentArchivethe services are associated withBeanManagerImplgetBeanManager()Returns theBeanManagerImplfor the given bean archive deployment.org.jboss.weld.bootstrap.api.ServiceRegistrygetServices()A mutable service registry for a given bean archive.
-
-
-
Method Detail
-
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
-
-