Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBean
-
-
Uses of StatefulSessionBean in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache that return StatefulSessionBean Modifier and Type Method Description StatefulSessionBean<K,V>StatefulSessionBeanCache. 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 StatefulSessionBean Modifier and Type Class Description classDistributableStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>>A distributable stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.distributable that return StatefulSessionBean Modifier and Type Method Description StatefulSessionBean<K,V>DistributableStatefulSessionBeanCache. 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 StatefulSessionBean Modifier and Type Class Description classSimpleStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>>A simple stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.simple that return StatefulSessionBean Modifier and Type Method Description StatefulSessionBean<K,V>SimpleStatefulSessionBeanCache. findStatefulSessionBean(K id)Methods in org.jboss.as.ejb3.component.stateful.cache.simple with parameters of type StatefulSessionBean Modifier and Type Method Description voidSimpleStatefulSessionBeanCache. accept(StatefulSessionBean<K,V> bean)
-