Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheProvider
Packages that use StatefulSessionBeanCacheProvider
Package
Description
-
Uses of StatefulSessionBeanCacheProvider in org.jboss.as.ejb3.component.stateful.cache.distributable
Classes in org.jboss.as.ejb3.component.stateful.cache.distributable that implement StatefulSessionBeanCacheProviderModifier and TypeClassDescriptionclassAbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> Configures a service providing a distributable stateful session bean cache provider.classDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> Configures a service providing a distributable stateful session bean cache provider that uses capabilities provided by the distributable-ejb subsystem.classLegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> Deprecated. -
Uses of StatefulSessionBeanCacheProvider in org.jboss.as.ejb3.component.stateful.cache.simple
Classes in org.jboss.as.ejb3.component.stateful.cache.simple that implement StatefulSessionBeanCacheProviderModifier and TypeClassDescriptionclassSimpleStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> Configures a service that provides a simple stateful session bean cache provider.