Interface ModuleServicesProvider


public interface ModuleServicesProvider
Provides services which should be added to all bean deployment archves of a specific EE module.
Author:
Martin Kouba
See Also:
  • Method Summary

    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 Details

    • 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