Class LocalGroupServiceConfigurator
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.extension.clustering.server.group.LocalGroupServiceConfigurator
- All Implemented Interfaces:
Function<org.jboss.as.server.ServerEnvironment,,Group> CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class LocalGroupServiceConfigurator
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator, Function<org.jboss.as.server.ServerEnvironment,Group>
Builds a non-clustered
Group.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
LocalGroupServiceConfigurator
public LocalGroupServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
-
Method Details
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
apply
-