Uses of Interface
org.jboss.as.ejb3.cache.CacheFactory
-
Packages that use CacheFactory Package Description org.jboss.as.ejb3.cache.distributable org.jboss.as.ejb3.cache.simple org.jboss.as.ejb3.component.stateful -
-
Uses of CacheFactory in org.jboss.as.ejb3.cache.distributable
Classes in org.jboss.as.ejb3.cache.distributable that implement CacheFactory Modifier and Type Class Description classDistributableCacheFactoryServiceConfigurator<K,V extends Identifiable<K> & Contextual<Batch>>Service that provides a distributableCacheFactory. -
Uses of CacheFactory in org.jboss.as.ejb3.cache.simple
Classes in org.jboss.as.ejb3.cache.simple that implement CacheFactory Modifier and Type Class Description classSimpleCacheFactoryServiceConfigurator<K,V extends Identifiable<K>>Service that provides a simpleCacheFactory. -
Uses of CacheFactory in org.jboss.as.ejb3.component.stateful
Constructor parameters in org.jboss.as.ejb3.component.stateful with type arguments of type CacheFactory Constructor Description StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Supplier<CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>> cacheFactory)Construct a new instance.
-