Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCache
Packages that use StatefulSessionBeanCache
Package
Description
-
Uses of StatefulSessionBeanCache in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return StatefulSessionBeanCacheModifier and TypeMethodDescriptionStatefulSessionBeanCache<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 StatefulSessionBeanCacheModifier and TypeMethodDescriptionStatefulSessionBeanCacheFactory.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 StatefulSessionBeanCacheModifier and TypeClassDescriptionclassDistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A distributable stateful session bean cache. -
Uses of StatefulSessionBeanCache in org.jboss.as.ejb3.component.stateful.cache.simple
Classes in org.jboss.as.ejb3.component.stateful.cache.simple that implement StatefulSessionBeanCacheModifier and TypeClassDescriptionclassSimpleStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A simple stateful session bean cache implementation.