Class RegistryFactoryServiceConfiguratorProvider
- java.lang.Object
-
- org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider<RegistryFactory<Object,Object>>
-
- org.wildfly.extension.clustering.server.registry.RegistryFactoryServiceConfiguratorProvider
-
- All Implemented Interfaces:
CacheServiceConfiguratorProvider
- Direct Known Subclasses:
CacheRegistryFactoryServiceConfiguratorProvider,LocalRegistryFactoryServiceConfiguratorProvider
public class RegistryFactoryServiceConfiguratorProvider extends CacheRequirementServiceConfiguratorProvider<RegistryFactory<Object,Object>>
Provides the requisite builders for a clusteredRegistryFactorycreated from the specified factory.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegistryFactoryServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<RegistryFactory<Object,Object>> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<ServiceConfigurator>getServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName)-
Methods inherited from class org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.server.service.CacheServiceConfiguratorProvider
getServiceConfigurators
-
-
-
-
Constructor Detail
-
RegistryFactoryServiceConfiguratorProvider
protected RegistryFactoryServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<RegistryFactory<Object,Object>> factory)
-
-
Method Detail
-
getServiceConfigurators
public Iterable<ServiceConfigurator> getServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName)
- Specified by:
getServiceConfiguratorsin interfaceCacheServiceConfiguratorProvider- Overrides:
getServiceConfiguratorsin classCacheRequirementServiceConfiguratorProvider<RegistryFactory<Object,Object>>
-
-