Class LocalServiceProviderRegistryServiceConfigurator<T>
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.clustering.server.provider.LocalServiceProviderRegistryServiceConfigurator<T>
-
- All Implemented Interfaces:
Supplier<org.wildfly.clustering.provider.ServiceProviderRegistry<T>>,org.jboss.as.clustering.controller.CapabilityServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class LocalServiceProviderRegistryServiceConfigurator<T> extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, Supplier<org.wildfly.clustering.provider.ServiceProviderRegistry<T>>
Builds a non-clusteredServiceProviderRegistrationFactoryservice.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalServiceProviderRegistryServiceConfigurator(org.jboss.msc.service.ServiceName name, String containerName, String cacheName)
-
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)org.wildfly.clustering.service.ServiceConfiguratorconfigure(org.jboss.as.controller.capability.CapabilityServiceSupport support)org.wildfly.clustering.provider.ServiceProviderRegistry<T>get()-
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
-
-
-
-
Method Detail
-
get
public org.wildfly.clustering.provider.ServiceProviderRegistry<T> get()
-
configure
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
- Specified by:
configurein interfaceorg.jboss.as.clustering.controller.CapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceorg.wildfly.clustering.service.ServiceConfigurator
-
-