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

java.lang.Object
org.wildfly.clustering.server.service.DecoratedService
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:
AutoCloseable, StatefulSessionBeanCache<K,V>, org.wildfly.clustering.ejb.bean.BeanStatistics, org.wildfly.clustering.ejb.remote.AffinitySupport<K>, org.wildfly.clustering.server.service.Service

public class DistributableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> extends org.wildfly.clustering.server.service.DecoratedService 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