Class DistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<Batch>>
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.jboss.as.ejb3.cache.CacheFactoryBuilderServiceNameProvider
-
- org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderServiceNameProvider
-
- org.jboss.as.ejb3.cache.distributable.AbstractDistributableCacheFactoryBuilderServiceConfigurator<K,V>
-
- org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderServiceConfigurator<K,V>
-
- Type Parameters:
K- the cache key typeV- the cache value type
- All Implemented Interfaces:
Consumer<org.wildfly.clustering.service.SupplierDependency<BeanManagementProvider>>,ResourceServiceConfigurator,CacheFactoryBuilder<K,V>,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class DistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<Batch>> extends AbstractDistributableCacheFactoryBuilderServiceConfigurator<K,V>
Service that returns a distributableCacheFactoryBuilderusing a beam management provider from the distributable-ejb subsystem.- Author:
- Paul Ferraro, Richard Achmatowicz
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.cache.CacheFactoryBuilderServiceNameProvider
BASE_CACHE_FACTORY_SERVICE_NAME, DEFAULT_CACHE_SERVICE_NAME, DEFAULT_PASSIVATION_DISABLED_CACHE_SERVICE_NAME
-
-
Constructor Summary
Constructors Constructor Description DistributableCacheFactoryBuilderServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.clustering.service.ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)-
Methods inherited from class org.jboss.as.ejb3.cache.distributable.AbstractDistributableCacheFactoryBuilderServiceConfigurator
accept, build, getDeploymentServiceConfigurators, getServiceConfigurator, supportsPassivation
-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
-