Class ServiceProviderRegistryServiceConfiguratorProvider
java.lang.Object
org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider<ServiceProviderRegistry<Object>>
org.wildfly.extension.clustering.server.provider.ServiceProviderRegistryServiceConfiguratorProvider
- All Implemented Interfaces:
CacheServiceConfiguratorProvider
- Direct Known Subclasses:
CacheServiceProviderRegistryServiceConfiguratorProvider,LocalServiceProviderRegistryServiceConfiguratorProvider
public class ServiceProviderRegistryServiceConfiguratorProvider
extends CacheRequirementServiceConfiguratorProvider<ServiceProviderRegistry<Object>>
Provides the requisite builders for a
ServiceProviderRegistrationFactory created from the specified factory.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionServiceProviderRegistryServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<ServiceProviderRegistry<Object>> factory) -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider
getServiceConfigurators, 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
-
ServiceProviderRegistryServiceConfiguratorProvider
public ServiceProviderRegistryServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<ServiceProviderRegistry<Object>> factory)
-