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
Modifier and TypeMethodDescription
-
Method Details
-
getComponentName
String getComponentName() -
getIdentifierFactory
-
getInstanceFactory
StatefulSessionBeanInstanceFactory<V> getInstanceFactory() -
getTimeout
Duration getTimeout()
-