Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBean
Packages that use StatefulSessionBean
Package
Description
-
Uses of StatefulSessionBean in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache that return StatefulSessionBeanModifier and TypeMethodDescriptionStatefulSessionBeanCache.findStatefulSessionBean(K id) Returns the stateful bean with the specified identifier, or null if no such bean exists. -
Uses of StatefulSessionBean in org.jboss.as.ejb3.component.stateful.cache.distributable
Classes in org.jboss.as.ejb3.component.stateful.cache.distributable that implement StatefulSessionBeanModifier and TypeClassDescriptionclassDistributableStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>> A distributable stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.distributable that return StatefulSessionBeanModifier and TypeMethodDescriptionDistributableStatefulSessionBeanCache.findStatefulSessionBean(K id) -
Uses of StatefulSessionBean in org.jboss.as.ejb3.component.stateful.cache.simple
Classes in org.jboss.as.ejb3.component.stateful.cache.simple that implement StatefulSessionBeanModifier and TypeClassDescriptionclassSimpleStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>> A simple stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.simple that return StatefulSessionBeanMethods in org.jboss.as.ejb3.component.stateful.cache.simple with parameters of type StatefulSessionBeanModifier and TypeMethodDescriptionvoidSimpleStatefulSessionBeanCache.accept(StatefulSessionBean<K, V> bean)