Class IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider
java.lang.Object
org.wildfly.clustering.singleton.server.IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider
- All Implemented Interfaces:
IdentityCacheServiceConfiguratorProvider
@MetaInfServices(org.wildfly.clustering.server.service.IdentityCacheServiceConfiguratorProvider.class)
public class IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider
extends Object
implements IdentityCacheServiceConfiguratorProvider
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName, String targetCacheName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.service.IdentityCacheServiceConfiguratorProvider
getServiceConfigurators
-
Constructor Details
-
IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider
public IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider()
-
-
Method Details
-
getServiceConfigurators
public Iterable<ServiceConfigurator> getServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName, String targetCacheName) - Specified by:
getServiceConfiguratorsin interfaceIdentityCacheServiceConfiguratorProvider
-