Package org.jboss.as.weld.spi
Interface ModuleServicesProvider
-
public interface ModuleServicesProviderProvides services which should be added to all bean deployment archves of a specific EE module.- Author:
- Martin Kouba
- See Also:
Service,BeanDeploymentArchiveServicesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.jboss.weld.bootstrap.api.Service>getServices(org.jboss.as.server.deployment.DeploymentUnit rootDeploymentUnit, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.modules.Module module, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)
-
-
-
Method Detail
-
getServices
Collection<org.jboss.weld.bootstrap.api.Service> getServices(org.jboss.as.server.deployment.DeploymentUnit rootDeploymentUnit, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.modules.Module module, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)
- Parameters:
deploymentUnit-- Returns:
- the services for the given deployment unit
-
-