Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheFactory
-
-
Uses of StatefulSessionBeanCacheFactory in org.jboss.as.ejb3.component.stateful
Constructor parameters in org.jboss.as.ejb3.component.stateful with type arguments of type StatefulSessionBeanCacheFactory Constructor Description StatefulSessionComponentCreateService(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 StatefulSessionBeanCacheFactory Modifier and Type Class Description classDistributableStatefulSessionBeanCacheFactoryServiceConfigurator<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 StatefulSessionBeanCacheFactory Modifier and Type Class Description classSimpleStatefulSessionBeanCacheFactoryServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>Configures a service that provides a simple stateful session bean cache factory.
-