Class ModuleServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.jboss.as.clustering.controller.AbstractModulesServiceConfigurator<org.jboss.modules.Module>
-
- org.jboss.as.clustering.controller.ModuleServiceConfigurator
-
- All Implemented Interfaces:
Function<List<org.jboss.modules.Module>,org.jboss.modules.Module>,Supplier<List<org.jboss.modules.Module>>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class ModuleServiceConfigurator extends AbstractModulesServiceConfigurator<org.jboss.modules.Module>
Configures a service providing aModule.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ModuleServiceConfigurator(org.jboss.msc.service.ServiceName name, Attribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.modules.Moduleapply(List<org.jboss.modules.Module> modules)-
Methods inherited from class org.jboss.as.clustering.controller.AbstractModulesServiceConfigurator
build, configure, get
-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-