Uses of Interface
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheConfiguration
Packages that use StatefulSessionBeanCacheConfiguration
Package
Description
-
Uses of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache with parameters of type StatefulSessionBeanCacheConfigurationModifier and TypeMethodDescriptionStatefulSessionBeanCacheFactory.createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K, V> configuration) Creates a stateful session bean cache for a givenStatefulEJB. -
Uses of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.distributable
Subinterfaces of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.distributableModifier and TypeInterfaceDescriptioninterfaceConfiguration of a distributable stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.distributable with parameters of type StatefulSessionBeanCacheConfigurationModifier and TypeMethodDescriptionDistributableStatefulSessionBeanCacheFactoryServiceConfigurator.createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K, V> configuration) -
Uses of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.simple
Subinterfaces of StatefulSessionBeanCacheConfiguration in org.jboss.as.ejb3.component.stateful.cache.simpleModifier and TypeInterfaceDescriptioninterfaceConfiguration of a simple stateful session bean cache.Methods in org.jboss.as.ejb3.component.stateful.cache.simple with parameters of type StatefulSessionBeanCacheConfigurationModifier and TypeMethodDescriptionSimpleStatefulSessionBeanCacheFactoryServiceConfigurator.createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K, V> configuration)