Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanInstance
-
-
Uses of StatefulSessionBeanInstance in org.jboss.as.ejb3.component.stateful
Classes in org.jboss.as.ejb3.component.stateful that implement StatefulSessionBeanInstance Modifier and Type Class Description classStatefulSessionComponentInstance -
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 StatefulSessionBeanInstance Modifier and Type Interface Description interfaceStatefulSessionBean<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.interfaceStatefulSessionBeanCacheProvider<K,V extends StatefulSessionBeanInstance<K>>Provides configurators for services to install a stateful session bean cache factory. -
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 StatefulSessionBeanInstance Modifier and Type Class Description classAbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>Configures a service providing a distributable stateful session bean cache provider.classDistributableStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>>A distributable stateful session bean cache.classDistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>>A distributable stateful session bean cache.interfaceDistributableStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>Configuration of a distributable stateful session bean cache.classDistributableStatefulSessionBeanCacheFactoryServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>Configures a service providing a distributable stateful session bean cache factory.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 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 StatefulSessionBeanInstance Modifier and Type Class Description classSimpleStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>>A simple stateful session bean cache.classSimpleStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>>A simple stateful session bean cache implementation.interfaceSimpleStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>Configuration of a simple stateful session bean cache.classSimpleStatefulSessionBeanCacheFactoryServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>Configures a service that provides a simple stateful session bean cache factory.classSimpleStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>Configures a service that provides a simple stateful session bean cache provider.
-