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

java.lang.Object
org.wildfly.clustering.server.service.DecoratedService
org.jboss.as.ejb3.component.stateful.cache.DecoratedStatefulSessionBeanCache<K,V>
org.jboss.as.ejb3.component.stateful.cache.SuspendableStatefulSessionBeanCache<K,V>
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 SuspendableStatefulSessionBeanCache<K,V extends StatefulSessionBeanInstance<K>> extends DecoratedStatefulSessionBeanCache<K,V>
A stateful session bean cache decorator that restarts its cache on suspend/resume.
Author:
Paul Ferraro
  • Constructor Details

    • SuspendableStatefulSessionBeanCache

      public SuspendableStatefulSessionBeanCache(StatefulSessionBeanCache<K,V> cache, org.jboss.as.server.suspend.SuspendableActivityRegistry registry, Executor executor)