Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCache
-
-
Uses of StatefulSessionBeanCache in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return StatefulSessionBeanCache Modifier and Type Method Description StatefulSessionBeanCache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>StatefulSessionComponent. getCache() -
Uses of StatefulSessionBeanCache in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache that return StatefulSessionBeanCache 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 StatefulSessionBeanCache in org.jboss.as.ejb3.component.stateful.cache.distributable
Classes in org.jboss.as.ejb3.component.stateful.cache.distributable that implement StatefulSessionBeanCache Modifier and Type Class Description classDistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>>A distributable stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.distributable that return StatefulSessionBeanCache Modifier and Type Method Description StatefulSessionBeanCache<K,V>DistributableStatefulSessionBeanCacheFactoryServiceConfigurator. createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration) -
Uses of StatefulSessionBeanCache in org.jboss.as.ejb3.component.stateful.cache.simple
Classes in org.jboss.as.ejb3.component.stateful.cache.simple that implement StatefulSessionBeanCache Modifier and Type Class Description classSimpleStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>>A simple stateful session bean cache implementation.Methods in org.jboss.as.ejb3.component.stateful.cache.simple that return StatefulSessionBeanCache Modifier and Type Method Description StatefulSessionBeanCache<K,V>SimpleStatefulSessionBeanCacheFactoryServiceConfigurator. createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration)
-