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