Interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Superinterfaces:
org.wildfly.clustering.server.manager.ManagerConfiguration<K>
- All Known Subinterfaces:
DistributableStatefulSessionBeanCacheConfiguration<K,,V> SimpleStatefulSessionBeanCacheConfiguration<K,V>
public interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>
extends org.wildfly.clustering.server.manager.ManagerConfiguration<K>
Configuration of a stateful session bean cache.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.wildfly.clustering.server.manager.ManagerConfiguration
getIdentifierFactory
-
Method Details
-
getComponentName
String getComponentName() -
getInstanceFactory
StatefulSessionBeanInstanceFactory<V> getInstanceFactory() -
getTimeout
Duration getTimeout()
-