Class DistributedModuleServicesProvider
- java.lang.Object
-
- org.wildfly.clustering.weld.serialization.DistributedModuleServicesProvider
-
- All Implemented Interfaces:
ModuleServicesProvider
@MetaInfServices(org.jboss.as.weld.spi.ModuleServicesProvider.class) public class DistributedModuleServicesProvider extends Object implements ModuleServicesProvider
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DistributedModuleServicesProvider()
-
Method Summary
All Methods Instance Methods Concrete 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
public 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)
- Specified by:
getServicesin interfaceModuleServicesProvider
-
-