Interface StatefulSessionBeanCacheFactory<K,V extends StatefulSessionBeanInstance<K>>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Known Implementing Classes:
DistributableStatefulSessionBeanCacheFactoryServiceConfigurator,SimpleStatefulSessionBeanCacheFactoryServiceConfigurator
public interface StatefulSessionBeanCacheFactory<K,V extends StatefulSessionBeanInstance<K>>Factory for creating a stateful session bean cache for a component.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatefulSessionBeanCache<K,V>createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration)Creates a stateful session bean cache for a givenStatefulEJB.
-
-
-
Method Detail
-
createStatefulBeanCache
StatefulSessionBeanCache<K,V> createStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K,V> configuration)
Creates a stateful session bean cache for a givenStatefulEJB.- Parameters:
configuration- configuration of a stateful bean cache- Returns:
- a cache for a given
StatefulEJB.
-
-