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 clustered
RegistryFactory created from the specified factory.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRegistryFactoryServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<RegistryFactory<Object, Object>> factory) -
Method Summary
Modifier and TypeMethodDescriptiongetServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName) Methods inherited from class org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.service.CacheServiceConfiguratorProvider
getServiceConfigurators
-
Constructor Details
-
RegistryFactoryServiceConfiguratorProvider
protected RegistryFactoryServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<RegistryFactory<Object, Object>> factory)
-
-
Method Details
-
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>>
-