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