Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheConfiguration
-
-
Uses of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache with parameters of type StatefulSessionBeanCacheConfiguration Modifier and Type Method Description StatefulSessionBeanCache<K,V>StatefulSessionBeanCacheFactory. createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration)Creates a stateful session bean cache for a givenStatefulEJB. -
Uses of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.distributable
Subinterfaces of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.distributable Modifier and Type Interface Description interfaceDistributableStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>Configuration of a distributable stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.distributable with parameters of type StatefulSessionBeanCacheConfiguration Modifier and Type Method Description StatefulSessionBeanCache<K,V>DistributableStatefulSessionBeanCacheFactoryServiceConfigurator. createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration) -
Uses of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.simple
Subinterfaces of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.simple Modifier and Type Interface Description interfaceSimpleStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>Configuration of a simple stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.simple with parameters of type StatefulSessionBeanCacheConfiguration Modifier and Type Method Description StatefulSessionBeanCache<K,V>SimpleStatefulSessionBeanCacheFactoryServiceConfigurator. createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration)
-