Class LocalRegistryFactoryServiceConfigurator<K,V>
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.extension.clustering.server.registry.FunctionalRegistryFactoryServiceConfigurator<K,V>
org.wildfly.extension.clustering.server.registry.LocalRegistryFactoryServiceConfigurator<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Implemented Interfaces:
BiFunction<Map.Entry<K,,V>, Runnable, Registry<K, V>> CapabilityServiceConfigurator,Dependency,ServiceConfigurator,ServiceNameProvider
public class LocalRegistryFactoryServiceConfigurator<K,V>
extends FunctionalRegistryFactoryServiceConfigurator<K,V>
Builds a non-clustered
RegistryFactory.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionLocalRegistryFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String containerName, String cacheName) -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.registry.FunctionalRegistryFactoryServiceConfigurator
buildMethods 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 java.util.function.BiFunction
andThenMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
LocalRegistryFactoryServiceConfigurator
-
-
Method Details
-
apply
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) -
register
public <T> org.jboss.msc.service.ServiceBuilder<T> register(org.jboss.msc.service.ServiceBuilder<T> builder)
-