Interface StatefulSessionBeanCacheFactory<K,V extends StatefulSessionBeanInstance<K>>
- Type Parameters:
K- the bean identifier typeV- the bean instance type
public interface StatefulSessionBeanCacheFactory<K,V extends StatefulSessionBeanInstance<K>>
Factory for creating a stateful session bean cache for a component.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateStatefulBeanCache(StatefulSessionBeanCacheConfiguration<K, V> configuration) Creates a stateful session bean cache for a givenStatefulEJB.
-
Method Details
-
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.
-