Class AbstractLocalGroupServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.clustering.server.group.AbstractLocalGroupServiceConfigurator
-
- 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
- Direct Known Subclasses:
LocalCacheGroupServiceConfigurator,LocalGroupServiceConfigurator
public abstract class AbstractLocalGroupServiceConfigurator extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, Function<org.jboss.as.server.ServerEnvironment,org.wildfly.clustering.group.Group>
Builds a non-clusteredGroup.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AbstractLocalGroupServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)-
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
-
-