Class LocalCommandDispatcherFactoryServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.clustering.server.dispatcher.LocalCommandDispatcherFactoryServiceConfigurator
-
- All Implemented Interfaces:
Supplier<CommandDispatcherFactory>,CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class LocalCommandDispatcherFactoryServiceConfigurator extends SimpleServiceNameProvider implements CapabilityServiceConfigurator, Supplier<CommandDispatcherFactory>
Builds a non-clusteredCommandDispatcherFactoryservice.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalCommandDispatcherFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String groupName)
-
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)ServiceConfiguratorconfigure(org.jboss.as.controller.capability.CapabilityServiceSupport support)CommandDispatcherFactoryget()-
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
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Constructor Detail
-
LocalCommandDispatcherFactoryServiceConfigurator
public LocalCommandDispatcherFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String groupName)
-
-
Method Detail
-
get
public CommandDispatcherFactory get()
- Specified by:
getin interfaceSupplier<CommandDispatcherFactory>
-
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
-
-