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 Constructor Description IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider()
-
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, String targetCacheName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.server.service.IdentityCacheServiceConfiguratorProvider
getServiceConfigurators
-
-
-
-
Method Detail
-
getServiceConfigurators
public Iterable<ServiceConfigurator> getServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName, String targetCacheName)
- Specified by:
getServiceConfiguratorsin interfaceIdentityCacheServiceConfiguratorProvider
-
-