Class IdentitySingletonServiceBuilderFactoryBuilderProvider
- java.lang.Object
-
- org.wildfly.clustering.singleton.server.IdentitySingletonServiceBuilderFactoryBuilderProvider
-
- All Implemented Interfaces:
IdentityCacheServiceConfiguratorProvider
@Deprecated @MetaInfServices(org.wildfly.clustering.server.service.IdentityCacheServiceConfiguratorProvider.class) public class IdentitySingletonServiceBuilderFactoryBuilderProvider extends Object implements IdentityCacheServiceConfiguratorProvider
Deprecated.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description IdentitySingletonServiceBuilderFactoryBuilderProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterable<org.wildfly.clustering.service.ServiceConfigurator>getServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName, String targetCacheName)Deprecated.StringtoString()Deprecated.-
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.IdentityCacheServiceConfiguratorProvider
getServiceConfigurators
-
-
-
-
Method Detail
-
getServiceConfigurators
public Iterable<org.wildfly.clustering.service.ServiceConfigurator> getServiceConfigurators(org.jboss.as.controller.capability.CapabilityServiceSupport support, String containerName, String cacheName, String targetCacheName)
Deprecated.- Specified by:
getServiceConfiguratorsin interfaceIdentityCacheServiceConfiguratorProvider
-
-