Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheProvider
-
Packages that use StatefulSessionBeanCacheProvider Package Description org.jboss.as.ejb3.component.stateful.cache.distributable org.jboss.as.ejb3.component.stateful.cache.simple -
-
Uses of StatefulSessionBeanCacheProvider in org.jboss.as.ejb3.component.stateful.cache.distributable
Classes in org.jboss.as.ejb3.component.stateful.cache.distributable that implement StatefulSessionBeanCacheProvider Modifier and Type Class Description classAbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<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 StatefulSessionBeanCacheProvider Modifier and Type Class Description classSimpleStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>Configures a service that provides a simple stateful session bean cache provider.
-