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
Classes in org.jboss.as.ejb3.component.stateful.cache that implement StatefulSessionBeanCacheModifier and TypeClassDescriptionclassDecoratedStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A stateful session bean cache decorator.classSuspendableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A stateful session bean cache decorator that restarts its cache on suspend/resume.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.Constructors in org.jboss.as.ejb3.component.stateful.cache with parameters of type StatefulSessionBeanCacheModifierConstructorDescriptionprotectedDecoratedStatefulSessionBeanCache(StatefulSessionBeanCache<K, V> cache, org.wildfly.clustering.server.service.Service service) SuspendableStatefulSessionBeanCache(StatefulSessionBeanCache<K, V> cache, org.jboss.as.server.suspend.SuspendableActivityRegistry registry, Executor executor) -
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.