Interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Known Subinterfaces:
DistributableStatefulSessionBeanCacheConfiguration<K,V>,SimpleStatefulSessionBeanCacheConfiguration<K,V>
public interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>Configuration of a stateful session bean cache.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComponentName()Supplier<K>getIdentifierFactory()StatefulSessionBeanInstanceFactory<V>getInstanceFactory()DurationgetTimeout()
-