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<SupplierDependency<BeanManagementProvider>>,ResourceServiceConfigurator,CacheFactoryBuilder<K,V>,ServiceConfigurator,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 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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Throws:
org.jboss.as.controller.OperationFailedException
-
-