Class DistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>>

java.lang.Object
org.jboss.as.ejb3.component.stateful.cache.distributable.DistributableStatefulSessionBeanCache<K,V>
Type Parameters:
K - the bean identifier type
V - the bean instance type
All Implemented Interfaces:
StatefulSessionBeanCache<K,V>, BeanStatistics, AffinitySupport<K>, org.wildfly.clustering.server.manager.Service

public class DistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> extends Object implements StatefulSessionBeanCache<K,V>
A distributable stateful session bean cache. The availability of bean instances managed by this cache is determined by the underlying bean manager implementation.
Author:
Paul Ferraro