Uses of Interface
org.jboss.as.ejb3.cache.CacheFactoryBuilder
-
Packages that use CacheFactoryBuilder Package Description org.jboss.as.ejb3.cache.distributable org.jboss.as.ejb3.cache.simple -
-
Uses of CacheFactoryBuilder in org.jboss.as.ejb3.cache.distributable
Classes in org.jboss.as.ejb3.cache.distributable that implement CacheFactoryBuilder Modifier and Type Class Description classAbstractDistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<Batch>>Service that returns a distributableCacheFactoryBuilderusing a beam management provider from the distributable-ejb subsystem.classDistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<Batch>>Service that returns a distributableCacheFactoryBuilderusing a beam management provider from the distributable-ejb subsystem.classLegacyDistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<Batch>>Service that returns a distributableCacheFactoryBuilderusing a legacy bean management provider loaded from the classpath. -
Uses of CacheFactoryBuilder in org.jboss.as.ejb3.cache.simple
Classes in org.jboss.as.ejb3.cache.simple that implement CacheFactoryBuilder Modifier and Type Class Description classSimpleCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K>>Service that provides a simpleCacheFactoryBuilder.
-