Class ClusteredCacheServiceConfigurator
java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.jboss.as.clustering.infinispan.subsystem.CacheConfigurationServiceConfigurator
org.jboss.as.clustering.infinispan.subsystem.ClusteredCacheServiceConfigurator
- All Implemented Interfaces:
Consumer<org.infinispan.configuration.cache.ConfigurationBuilder>,ResourceServiceConfigurator,Dependency,ServiceConfigurator,ServiceNameProvider
- Direct Known Subclasses:
InvalidationCacheServiceConfigurator,SharedStateCacheServiceConfigurator
Builds the configuration of a clustered cache.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheConfigurationServiceConfigurator
build, registerMethods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Method Details
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
configurein interfaceResourceServiceConfigurator- Overrides:
configurein classCacheConfigurationServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
accept
public void accept(org.infinispan.configuration.cache.ConfigurationBuilder builder) - Specified by:
acceptin interfaceConsumer<org.infinispan.configuration.cache.ConfigurationBuilder>- Overrides:
acceptin classCacheConfigurationServiceConfigurator
-