Class RegistryServiceConfigurator<K,V>
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.clustering.server.registry.RegistryServiceConfigurator<K,V>
-
- All Implemented Interfaces:
Supplier<org.wildfly.clustering.registry.Registry<K,V>>,org.jboss.as.clustering.controller.CapabilityServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class RegistryServiceConfigurator<K,V> extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, Supplier<org.wildfly.clustering.registry.Registry<K,V>>
Builds aRegistryservice.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RegistryServiceConfigurator(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.registry.Registry<K,V>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
-
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
-
-