Class CacheGroupServiceConfiguratorProvider
- java.lang.Object
-
- org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider<Group>
-
- org.wildfly.extension.clustering.server.group.CacheGroupServiceConfiguratorProvider
-
- All Implemented Interfaces:
CacheServiceConfiguratorProvider
- Direct Known Subclasses:
DistributedCacheGroupServiceConfiguratorProvider,LocalCacheGroupServiceConfiguratorProvider
public class CacheGroupServiceConfiguratorProvider extends CacheRequirementServiceConfiguratorProvider<Group>
Provides the requisite builders for a cache-basedGroup.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCacheGroupServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<Group> factory)
-
Method Summary
-
Methods inherited from class org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider
getServiceConfigurators, 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
-
CacheGroupServiceConfiguratorProvider
protected CacheGroupServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<Group> factory)
-
-