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

All Implemented Interfaces:
AutoCloseable, StatefulSessionBeanCache<K,V>, BeanStatistics, AffinitySupport<K>, 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)