Class ChannelGroupServiceConfigurator
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.extension.clustering.server.group.ChannelGroupServiceConfigurator
- All Implemented Interfaces:
Supplier<Group>,CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class ChannelGroupServiceConfigurator
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator, Supplier<Group>
Builds a channel-based
Group service.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionChannelGroupServiceConfigurator(org.jboss.msc.service.ServiceName name, String group) -
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
configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
ChannelGroupServiceConfigurator
-
-
Method Details
-
get
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) - Specified by:
configurein interfaceCapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-