Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheFactory
Packages that use StatefulSessionBeanCacheFactory
Package
Description
-
Uses of StatefulSessionBeanCacheFactory in org.jboss.as.ejb3.component.stateful
Constructor parameters in org.jboss.as.ejb3.component.stateful with type arguments of type StatefulSessionBeanCacheFactoryModifierConstructorDescriptionStatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Supplier<StatefulSessionBeanCacheFactory<org.jboss.ejb.client.SessionID, StatefulSessionComponentInstance>> cacheFactory) Construct a new instance. -
Uses of StatefulSessionBeanCacheFactory in org.jboss.as.ejb3.component.stateful.cache.distributable
Classes in org.jboss.as.ejb3.component.stateful.cache.distributable that implement StatefulSessionBeanCacheFactoryModifier and TypeClassDescriptionclassDistributableStatefulSessionBeanCacheFactoryServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> Configures a service providing a distributable stateful session bean cache factory. -
Uses of StatefulSessionBeanCacheFactory in org.jboss.as.ejb3.component.stateful.cache.simple
Classes in org.jboss.as.ejb3.component.stateful.cache.simple that implement StatefulSessionBeanCacheFactoryModifier and TypeClassDescriptionclassSimpleStatefulSessionBeanCacheFactoryServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> Configures a service that provides a simple stateful session bean cache factory.