Class ModulesServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.jboss.as.clustering.controller.AbstractModulesServiceConfigurator<List<org.jboss.modules.Module>>
-
- org.jboss.as.clustering.controller.ModulesServiceConfigurator
-
- All Implemented Interfaces:
Function<List<org.jboss.modules.Module>,List<org.jboss.modules.Module>>,Supplier<List<org.jboss.modules.Module>>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class ModulesServiceConfigurator extends AbstractModulesServiceConfigurator<List<org.jboss.modules.Module>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ModulesServiceConfigurator(org.jboss.msc.service.ServiceName name, Attribute attribute, List<org.jboss.modules.Module> defaultModules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.jboss.modules.Module>apply(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
-
-