Class LocalGroupServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.clustering.server.group.AbstractLocalGroupServiceConfigurator
-
- org.wildfly.extension.clustering.server.group.LocalGroupServiceConfigurator
-
- All Implemented Interfaces:
Function<org.jboss.as.server.ServerEnvironment,Group>,CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class LocalGroupServiceConfigurator extends AbstractLocalGroupServiceConfigurator
Builds a non-clusteredGroupservice.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalGroupServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Groupapply(org.jboss.as.server.ServerEnvironment environment)-
Methods inherited from class org.wildfly.extension.clustering.server.group.AbstractLocalGroupServiceConfigurator
build
-
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.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
apply
public Group apply(org.jboss.as.server.ServerEnvironment environment)
-
-