Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanInstance
Packages that use StatefulSessionBeanInstance
Package
Description
-
Uses of StatefulSessionBeanInstance in org.jboss.as.ejb3.component.stateful
Classes in org.jboss.as.ejb3.component.stateful that implement StatefulSessionBeanInstance -
Uses of StatefulSessionBeanInstance in org.jboss.as.ejb3.component.stateful.cache
Classes in org.jboss.as.ejb3.component.stateful.cache with type parameters of type StatefulSessionBeanInstanceModifier and TypeInterfaceDescriptioninterfaceStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>> A cached stateful session bean.interfaceStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A stateful session bean cache.interfaceStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>> Configuration of a stateful session bean cache.interfaceStatefulSessionBeanCacheFactory<K,V extends StatefulSessionBeanInstance<K>> Factory for creating a stateful session bean cache for a component. -
Uses of StatefulSessionBeanInstance in org.jboss.as.ejb3.component.stateful.cache.distributable
Classes in org.jboss.as.ejb3.component.stateful.cache.distributable with type parameters of type StatefulSessionBeanInstanceModifier and TypeClassDescriptionclassDistributableStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>> A distributable stateful session bean cache.classDistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A distributable stateful session bean cache.interfaceConfiguration of a distributable stateful session bean cache.classDistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory<K,V extends StatefulSessionBeanInstance<K>> Configures a service providing a distributable stateful session bean cache factory. -
Uses of StatefulSessionBeanInstance in org.jboss.as.ejb3.component.stateful.cache.simple
Classes in org.jboss.as.ejb3.component.stateful.cache.simple with type parameters of type StatefulSessionBeanInstanceModifier and TypeClassDescriptionclassSimpleStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>> A simple stateful session bean cache.classSimpleStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> A simple stateful session bean cache implementation.interfaceConfiguration of a simple stateful session bean cache.classSimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory<K,V extends StatefulSessionBeanInstance<K>> Configures a service that provides a simple stateful session bean cache factory.